Snavigation/vercel.json

13 lines
148 B
JSON
Raw Permalink Normal View History

2022-03-21 08:42:56 +00:00
{
"version": 2,
"routes": [{
"handle": "filesystem"
},
{
"src": "/(.*)",
"status": 404,
"dest": "/"
}
]
}