ci: add redirect for vercel

This commit is contained in:
YunYouJun
2022-04-22 17:55:48 +08:00
parent e40f4babdf
commit 530fc90d89

5
vercel.json Normal file
View File

@@ -0,0 +1,5 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}