vercel.json 88 B

123
  1. {
  2. "routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "dest": "/index.html" }]
  3. }