frequi_origin/vercel.json
2022-11-19 16:50:51 +01:00

15 lines
164 B
JSON

{
"github": {
"silent": true
},
"routes": [
{
"handle": "filesystem"
},
{
"src": "/(.*)",
"dest": "/index.html"
}
]
}