Files
supabase/apps/kb/vercel.json
2026-09-02 15:01:34 +02:00

9 lines
246 B
JSON

{
"buildCommand": "pnpm build",
"redirects": [{ "source": "/", "destination": "/kb", "permanent": false }],
"rewrites": [
{ "source": "/kb", "destination": "/index.html" },
{ "source": "/kb/:path*", "destination": "/:path*" }
]
}