/ vercel.json
vercel.json
1  {
2    "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
3  }