zitadel/docs/vercel.json

10 lines
192 B
JSON
Raw Normal View History

{
2023-02-13 19:47:42 +00:00
"cleanUrls": true,
"rewrites": [
{ "source": "/docs/:match*", "destination": "/:match*" }
],
"redirects": [
{ "source": "/", "destination": "/docs" }
]
2023-02-13 19:47:42 +00:00
}