We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634ab56 commit aa76db5Copy full SHA for aa76db5
1 file changed
vercel.json
@@ -1,10 +1,8 @@
1
{
2
"version": 2,
3
"public": true,
4
- "static": {
5
- "directory": "public"
6
- },
+ "builds": [],
7
"routes": [
8
- { "src": "/(.*)", "dest": "public/index.html" }
+ { "src": "/(.*)", "dest": "/public/index.html" }
9
]
10
}
0 commit comments