frequi_origin/vercel.json

15 lines
164 B
JSON
Raw Normal View History

2022-11-18 19:02:02 +00:00
{
"github": {
"silent": true
2022-11-19 15:50:51 +00:00
},
"routes": [
{
"handle": "filesystem"
},
{
"src": "/(.*)",
"dest": "/index.html"
}
]
2022-11-18 19:02:02 +00:00
}