We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671ec8e commit 6ed3251Copy full SHA for 6ed3251
1 file changed
vercel.json
@@ -6,6 +6,9 @@
6
"config": { "distDir": "dist" }
7
}
8
],
9
- "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
+ "routes": [
10
+ { "handle": "filesystem" },
11
+ { "src": "/(.*)", "dest": "/index.html" }
12
+ ]
13
14
0 commit comments