chore: use vercel instead of netlify for the docs page (#5211)

This commit is contained in:
Florian Forster
2023-02-13 18:28:35 +01:00
committed by GitHub
parent d050e9cd27
commit 8f8075851e
2 changed files with 8 additions and 21 deletions

8
docs/vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"rewrites": [
{ "source": "/docs/:match*", "destination": "/:match*" }
],
"redirects": [
{ "source": "/", "destination": "/docs" }
]
}