Skip to content

Commit 5fc8e0e

Browse files
committed
feat: add route setting
1 parent 63b499c commit 5fc8e0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vercel.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"routes": [
3+
{ "handle": "filesystem" },
4+
{ "src": "/.*", "dest": "/index.html" }
5+
]
6+
}

0 commit comments

Comments
 (0)