Test new recommendation for 404 error on vercel

This commit is contained in:
prototypa
2022-08-14 16:52:52 -04:00
parent f4a4200e0e
commit 18533cdfa3

View File

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