it-tools/vercel.json

4 lines
88 B
JSON
Raw Permalink Normal View History

2022-04-16 16:53:21 +02:00
{
"routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "dest": "/index.html" }]
}