feature: Add vercel file
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
|
|
||||||
}
|
|
||||||
8
vercel.json
Normal file
8
vercel.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"rewrites": [
|
||||||
|
{
|
||||||
|
"source": "/(.*)",
|
||||||
|
"destination": "/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user