Make sure that vercel deployments work with react-router (#132)

This commit is contained in:
Fülöp 2022-04-27 12:25:39 +02:00 committed by GitHub
parent 8b0baa2e66
commit f7b7678114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
vercel.json Normal file
View file

@ -0,0 +1,3 @@
{
"routes": [{"src": "/[^.]+", "dest": "/", "status": 200}]
}