Create vercel.json
This commit is contained in:
parent
f8003ef930
commit
e65310fb56
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"rewrites": [
|
||||||
|
{"source": "/(.*)", "destination": "/"}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue