mirror of
https://github.com/supabase/supabase.git
synced 2026-09-22 13:37:53 +08:00
21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"buildCommand": "pnpm build",
|
|
"redirects": [
|
|
{ "source": "/", "destination": "/kb", "permanent": false },
|
|
{
|
|
"source": "/kb/guides/:path+.md",
|
|
"destination": "/kb/markdown/guides/:path+.md",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/kb/topics/:path+.md",
|
|
"destination": "/kb/markdown/topics/:path+.md",
|
|
"permanent": true
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{ "source": "/kb", "destination": "/index.html" },
|
|
{ "source": "/kb/:path*", "destination": "/:path*" }
|
|
]
|
|
}
|