feature: Add vercel file

This commit is contained in:
2023-10-07 18:17:00 -06:00
parent 17e5c785ef
commit d94c5b179d
2 changed files with 5 additions and 3 deletions

View File

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

5
src/vercel.json Normal file
View File

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