diff --git a/astro.config.mjs b/astro.config.mjs index 3a08e15f..babc1371 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -34,7 +34,7 @@ export default defineConfig({ ], }, { - label: 'Intial Setup', + label: 'Initial Setup', autogenerate: { directory: '/setup', }, @@ -44,7 +44,7 @@ export default defineConfig({ link: '/frontend/page', }, { - label: 'OnTrack Intial Setup Guidance', + label: 'OnTrack Initial Setup Guidance', link: '/setup/set', }, ], diff --git a/package-lock.json b/package-lock.json index dc6cea71..01fee1f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.5.10", + "@astrojs/sitemap": "^3.6.0", "@astrojs/starlight": "^0.21.5", "astro": "^4.3.5", "sharp": "^0.32.5", @@ -159,12 +160,12 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.0.tgz", - "integrity": "sha512-+qxjUrz6Jcgh+D5VE1gKUJTA3pSthuPHe6Ao5JCxok794Lewx8hBFaWHtOnN0ntb2lfOf7gvOi9TefUswQ/ZVA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.6.0.tgz", + "integrity": "sha512-4aHkvcOZBWJigRmMIAJwRQXBS+ayoP5z40OklTXYXhUDhwusz+DyDl+nSshY6y9DvkVEavwNcFO8FD81iGhXjg==", "license": "MIT", "dependencies": { - "sitemap": "^8.0.2", + "sitemap": "^8.0.0", "stream-replace-string": "^2.0.0", "zod": "^3.25.76" } diff --git a/package.json b/package.json index 19eb60aa..9ddec47b 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ }, "dependencies": { "@astrojs/check": "^0.5.10", + "@astrojs/sitemap": "^3.6.0", "@astrojs/starlight": "^0.21.5", "astro": "^4.3.5", "sharp": "^0.32.5",