1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-18 20:59:37 +02:00
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" }]
}