Skip to content

Commit 3fb0cdf

Browse files
committed
Fix SPA routing on Vercel
1 parent 2f020ed commit 3fb0cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"trailingSlash": false,
77
"rewrites": [
88
{
9-
"source": "/(.*)",
9+
"source": "/:path*",
1010
"destination": "/index.html"
1111
}
1212
]

0 commit comments

Comments
 (0)