feat: Implement sitemap generator

This commit is contained in:
gpt-engineer-app[bot]
2025-11-04 21:48:50 +00:00
parent 68cddbbdd5
commit deabb72330
3 changed files with 373 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
"installCommand": "bun install",
"buildCommand": "bun run build",
"rewrites": [
{
"source": "/sitemap.xml",
"destination": "https://api.thrillwiki.com/functions/v1/sitemap"
},
{
"source": "/",
"destination": "/api/ssrOG"