diff --git a/src/layouts/SettingLayout.astro b/src/layouts/SettingLayout.astro index 8f6d1c7dd768..26e7e19ff504 100644 --- a/src/layouts/SettingLayout.astro +++ b/src/layouts/SettingLayout.astro @@ -6,7 +6,7 @@ export interface Props extends BaseLayoutProps {} const props = Astro.props; --- - +
diff --git a/src/pages/404.astro b/src/pages/404.astro index a6f0b9152de4..df87feb93089 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -7,7 +7,7 @@ const roadmapIds = await getRoadmapIds(); const legacyRoadmapUrls = [...roadmapIds.map((id) => `/${id}/`), '/roadmaps/']; --- - +