vercel.json 76 B

12345
  1. {
  2. "rewrites": [
  3. { "source": "/(.*)", "destination": "/" }
  4. ]
  5. }