Skip to content

Commit 6ed3251

Browse files
authored
Replace rewrites with routes in vercel.json
1 parent 671ec8e commit 6ed3251

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

vercel.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"config": { "distDir": "dist" }
77
}
88
],
9-
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
9+
"routes": [
10+
{ "handle": "filesystem" },
11+
{ "src": "/(.*)", "dest": "/index.html" }
12+
]
1013
}
1114

0 commit comments

Comments
 (0)