feature: Add vercel file

This commit is contained in:
2023-10-07 18:25:34 -06:00
parent 7a982e2c52
commit 4bb7bfcc19
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}

8
vercel.json Normal file
View File

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