Files
blog/vercel.json
2022-08-13 04:09:05 -04:00

7 lines
113 B
JSON

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