home/vercel.json
2022-01-22 10:56:58 +08:00

12 lines
147 B
JSON

{
"version": 2,
"routes": [{
"handle": "filesystem"
},
{
"src": "/(.*)",
"status": 404,
"dest": "/"
}
]
}