Skip to content

Commit aa76db5

Browse files
authored
Update vercel.json
1 parent 634ab56 commit aa76db5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

vercel.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"version": 2,
33
"public": true,
4-
"static": {
5-
"directory": "public"
6-
},
4+
"builds": [],
75
"routes": [
8-
{ "src": "/(.*)", "dest": "public/index.html" }
6+
{ "src": "/(.*)", "dest": "/public/index.html" }
97
]
108
}

0 commit comments

Comments
 (0)