We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd5d14 commit 88068b0Copy full SHA for 88068b0
1 file changed
mobile/vercel.json
@@ -1,7 +1,10 @@
1
{
2
"version": 2,
3
"outputDirectory": "build/web",
4
- "routes": [{ "src": "/(.*)", "dest": "/index.html" }],
+ "routes": [
5
+ { "handle": "filesystem" },
6
+ { "src": "/(.*)", "dest": "/index.html" }
7
+ ],
8
"buildCommand": "npm run build",
9
"installCommand": "npm install",
10
"framework": null
0 commit comments