build: add vercel.json

This commit is contained in:
张传龙 2023-04-23 14:38:50 +08:00
parent 7c74578afc
commit 9a01e42915

8
vercel.json Normal file
View File

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