feat: Add vercel.json configuration for URL rewriting
All checks were successful
CI / cache-and-install (push) Successful in 2m0s
All checks were successful
CI / cache-and-install (push) Successful in 2m0s
This commit is contained in:
3
vercel.json
Normal file
3
vercel.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
|
||||
}
|
Reference in New Issue
Block a user