fix vercel config
This commit is contained in:
parent
ee682d4b15
commit
72e1269a7f
1 changed files with 6 additions and 0 deletions
6
web/vercel.json
Normal file
6
web/vercel.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
{
|
||||||
|
"rewrites": [
|
||||||
|
{ "source": "/(.*)", "destination": "/" }
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue