mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:47:33 +00:00
chore: use vercel instead of netlify for the docs page (#5211)
This commit is contained in:
8
docs/vercel.json
Normal file
8
docs/vercel.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{ "source": "/docs/:match*", "destination": "/:match*" }
|
||||
],
|
||||
"redirects": [
|
||||
{ "source": "/", "destination": "/docs" }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user