Skip to content

Commit

Permalink
feat: upgrade astro + starlight || currently builds, but vercel deplo…
Browse files Browse the repository at this point in the history
…yment error

- sitemaps not available
- search (pagefind) is not working
- gh issues:
  - withastro/adapters#445
  - withastro/astro#12663
  - arcjet/arcjet-docs#332
  • Loading branch information
hartmut-co-uk committed Jan 31, 2025
1 parent 2b5522a commit 92c446d
Show file tree
Hide file tree
Showing 7 changed files with 862 additions and 742 deletions.
3 changes: 1 addition & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ export default defineConfig({
},
},
},
// output: "static",
output: "hybrid",
output: "static",
adapter: vercel({
webAnalytics: { enabled: true },
}),
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.25.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/starlight": "^0.30.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^7.8.2",
"@astrojs/vercel": "^8.0.1",
"@fancyapps/ui": "^5.0.36",
"astro": "^4.16.18",
"astro": "^5.1.3",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
Expand Down
Loading

0 comments on commit 92c446d

Please sign in to comment.