mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:07:31 +00:00
chore: fix vercel 404 (#5212)
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
|
"cleanUrls": true,
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{ "source": "/docs/:match*", "destination": "/:match*" }
|
{ "source": "/docs/:match*", "destination": "/:match*" }
|
||||||
],
|
],
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{ "source": "/", "destination": "/docs" }
|
{ "source": "/", "destination": "/docs" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user