Skip to content
Snippets Groups Projects
vercel.json 114 B
{
  "version": 2,
  "routes": [
    { "handle": "filesystem" },
    { "src": "/.*", "dest": "/index.html" }
  ]
}