mirror of
https://github.com/supabase/supabase.git
synced 2026-09-06 18:11:51 +08:00
9 lines
246 B
JSON
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*" }
|
|
]
|
|
}
|