mirror of
https://github.com/zitadel/zitadel
synced 2024-11-23 11:12:21 +00:00
1e5fd2f66e
* chore: redirect api path * Update vercel.json * Update vercel.json * Update vercel.json
25 lines
1009 B
JSON
25 lines
1009 B
JSON
{
|
|
"cleanUrls": true,
|
|
"rewrites": [
|
|
{
|
|
"source": "/docs/proxy/js/script.js",
|
|
"destination": "https://plausible.io/js/script.tagged-events.pageview-props.outbound-links.js"
|
|
},
|
|
{
|
|
"source": "/docs/proxy/api/event",
|
|
"destination": "https://plausible.io/api/event"
|
|
},
|
|
{
|
|
"source": "/docs/:match*",
|
|
"destination": "/:match*"
|
|
}
|
|
],
|
|
"redirects": [
|
|
{ "source": "/", "destination": "/docs" },
|
|
{ "source": "/docs/apis/mgmt/:slug*", "destination": "/docs/apis/resources/mgmt/:slug*", "permanent": true },
|
|
{ "source": "/docs/apis/auth/:slug*", "destination": "/docs/apis/resources/auth/:slug*", "permanent": true },
|
|
{ "source": "/docs/apis/system/:slug*", "destination": "/docs/apis/resources/system/:slug*", "permanent": true },
|
|
{ "source": "/docs/apis/admin/:slug*", "destination": "/docs/apis/resources/admin/:slug*", "permanent": true }
|
|
]
|
|
}
|