Skip to content

Commit d9fca17

Browse files
chore: add vercel.json
1 parent 6a8d9a3 commit d9fca17

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: vercel.json

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

0 commit comments

Comments
 (0)