Skip to content

Commit bb5d7eb

Browse files
committed
chore(vercel): return 404 status code for fallback route
1 parent 5c53a0b commit bb5d7eb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

vercel.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2-
"rewrites": [
2+
"routes": [
3+
{ "handle": "filesystem" },
34
{
4-
"source": "/(.*)",
5-
"destination": "/404.html"
5+
"src": "/(.*)",
6+
"status": 404,
7+
"dest": "/404.html"
68
}
79
]
810
}

0 commit comments

Comments
 (0)