fix: make sitemap.xml prerenderable

This commit is contained in:
2026-08-16 18:04:40 -04:00
parent 38a00cf203
commit 9b19f9eb39
12 changed files with 457 additions and 287 deletions
+6 -6
View File
@@ -18,13 +18,13 @@
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"check-types": "content-collections build && tsc --noEmit",
"check-types": "next typegen && tsc --noEmit",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@better-auth/drizzle-adapter": "1.7.0-rc.4",
"@better-auth/drizzle-adapter": "1.7.0-rc.6",
"@fontsource/inter": "^5.3.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
@@ -36,12 +36,11 @@
"@vercel/analytics": "^2.0.1",
"@vercel/functions": "^3.9.3",
"@vercel/speed-insights": "^2.0.0",
"better-auth": "1.7.0-rc.4",
"better-auth": "1.7.0-rc.6",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "1.0.0-rc.5-ab785fc",
"fast-glob": "^3.3.3",
"feed": "^6.0.0",
"html-entities": "^2.6.0",
"next": "16.3.1",
@@ -77,6 +76,7 @@
"shiki": "^4.4.3",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"tinyglobby": "^0.2.17",
"unified": "^11.0.5",
"zod": "^4.4.3"
},
@@ -101,12 +101,12 @@
"schema-dts": "^2.0.0",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3"
"typescript": "^7.0.2"
},
"engines": {
"node": ">=24.x"
},
"packageManager": "pnpm@11.21.0",
"packageManager": "pnpm@11.22.0",
"cacheDirectories": [
"node_modules",
".next/cache"