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

6 lines
122 B
JSON

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