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 6, 2025
1 parent a950802 commit edb603d
Show file tree
Hide file tree
Showing 7 changed files with 1,701 additions and 1,539 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
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/starlight": "^0.25.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.30.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.1",
"@fancyapps/ui": "^5.0.36",
"astro": "^4.10.2",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.4"
"astro": "^5.1.3",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.68",
Expand Down
Loading

0 comments on commit edb603d

Please sign in to comment.