feat: add static sitemap generation script, replace dynamic sitemap with static files

This commit is contained in:
2026-05-09 13:04:33 +08:00
parent d4a12fe19d
commit 5bc85aa850
5 changed files with 2271 additions and 120 deletions
+1
View File
@@ -12,6 +12,7 @@
"db:studio": "drizzle-kit studio",
"db:push": "drizzle-kit push",
"db:seed": "bun run lib/db/seed.ts",
"build:sitemap": "tsx lib/sitemap/generate-static.ts",
"test": "vitest run",
"test:watch": "vitest"
},