Test 404 on vercel.json

This commit is contained in:
prototypa
2022-08-13 04:06:32 -04:00
parent 435a14e008
commit 32eaaf38e0

View File

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