devrajsinh2012 commited on
Commit
3c553d4
·
1 Parent(s): 2c1143e

Add vercel.json to fix 404 routing

Browse files
Files changed (1) hide show
  1. frontend/vercel.json +9 -0
frontend/vercel.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "framework": "create-react-app",
3
+ "rewrites": [
4
+ {
5
+ "source": "/(.*)",
6
+ "destination": "/index.html"
7
+ }
8
+ ]
9
+ }