fix vercel config

This commit is contained in:
JandereDev 2022-02-06 11:25:24 +01:00
parent ee682d4b15
commit 72e1269a7f
No known key found for this signature in database
GPG key ID: 5D5E18ACB990F57A

6
web/vercel.json Normal file
View file

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