vercel.json 96 B

12345678
  1. {
  2. "rewrites": [
  3. {
  4. "source": "/(.*)",
  5. "destination": "/index.html"
  6. }
  7. ]
  8. }