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