Skip to content

Commit fe41ff9

Browse files
authored
chore: send 404 to index
1 parent 028d2a2 commit fe41ff9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"routes": [
3+
{ "handle": "filesystem" },
4+
{ "src": "/(.*)", "status": 404, "dest": "/index.html" }
5+
]
6+
}

0 commit comments

Comments
 (0)