fix: 404 on refresh in vercel deployment
This commit is contained in:
parent
f90efe15b6
commit
7677d1a2e9
1 changed files with 3 additions and 0 deletions
3
vercel.json
Normal file
3
vercel.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue