chore: fix vercel 404 (#5212)

This commit is contained in:
Florian Forster
2023-02-13 20:47:42 +01:00
committed by GitHub
parent 8f8075851e
commit 6a97c3e233

View File

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