Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
devrajsinh2012
/
Mexar
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Mexar
/
frontend
/
vercel.json
Devrajsinh bharatsinh gohil
Add vercel.json to fix 404 routing
3c553d4
7 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
{
"framework"
:
"create-react-app"
,
"rewrites"
:
[
{
"source"
:
"/(.*)"
,
"destination"
:
"/index.html"
}
]
}