fix(docs-site): pin @astrojs/sitemap to ~3.2.1 for Astro 4 compat
Validate Flux manifests / kustomize-build (pull_request) Successful in 21s
Validate Flux manifests / kustomize-build (pull_request) Successful in 21s
sitemap 3.7.3 reads opts.routes from astro:build:done, which only exists in Astro 5; on Astro 4.16 it is undefined and crashes the build with 'Cannot read properties of undefined (reading reduce)'. Pin to the 3.2.x line and lock it so the docs-site build completes.
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^4.8.0",
|
||||
"@astrojs/mdx": "^3.0.0",
|
||||
"@astrojs/sitemap": "^3.1.0",
|
||||
"@astrojs/sitemap": "~3.2.1",
|
||||
"astro": "^4.8.0",
|
||||
"redoc": "^2.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user