Test 404 on vercel.json
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
"trailingSlash": false,
|
||||
"routes": [
|
||||
{ "handle": "filesystem" },
|
||||
{ "src": "/(.*)", "status": 404, "dest": "/404.html" }
|
||||
{ "src": "/(.*)", "status": 404, "dest": "/404" }
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user