Files
blog/vercel.json
2022-08-13 04:03:25 -04:00

9 lines
160 B
JSON

{
"cleanUrls": true,
"trailingSlash": false,
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.*)", "status": 404, "dest": "/404.html" }
]
}