mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
10 lines
192 B
JSON
10 lines
192 B
JSON
{
|
|
"cleanUrls": true,
|
|
"rewrites": [
|
|
{ "source": "/docs/:match*", "destination": "/:match*" }
|
|
],
|
|
"redirects": [
|
|
{ "source": "/", "destination": "/docs" }
|
|
]
|
|
}
|