/ vercel.json
vercel.json
1 { 2 "$schema": "https://openapi.vercel.sh/vercel.json", 3 "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }] 4 }
1 { 2 "$schema": "https://openapi.vercel.sh/vercel.json", 3 "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }] 4 }