Mexar / frontend /vercel.json
Devrajsinh bharatsinh gohil
Add vercel.json to fix 404 routing
3c553d4
raw
history blame contribute delete
156 Bytes
{
"framework": "create-react-app",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}