Skip to content

Commit 634ab56

Browse files
authored
Create vercel.json
1 parent 1cfc3ce commit 634ab56

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": 2,
3+
"public": true,
4+
"static": {
5+
"directory": "public"
6+
},
7+
"routes": [
8+
{ "src": "/(.*)", "dest": "public/index.html" }
9+
]
10+
}

0 commit comments

Comments
 (0)