Make sure that vercel deployments work with react-router (#132)
This commit is contained in:
parent
8b0baa2e66
commit
f7b7678114
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