diff --git a/astro.config.mjs b/astro.config.mjs index ddc9ac0..7d05606 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -256,6 +256,10 @@ export default defineConfig({ label: "Congratulations", link: "/congratulations", }, + { + label: "Next Steps", + link: "/next-steps", + }, ], customCss: ["./src/styles/global.css"], // Set English as the default language for this site. diff --git a/src/components/ui/CustomHead.astro b/src/components/ui/CustomHead.astro index c4f652d..6ffab8b 100644 --- a/src/components/ui/CustomHead.astro +++ b/src/components/ui/CustomHead.astro @@ -6,7 +6,7 @@ const { head } = Astro.locals.starlightRoute;