Skip to content

Commit eec1272

Browse files
committed
Add slash in the end
1 parent aac147b commit eec1272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"trailingSlash": true,
88
"rewrites": [
99
{
10-
"source": "/store/:path*{/}?$",
11-
"destination": "https://material-ui-store.netlify.app/:path*"
10+
"source": "/store/:path*/",
11+
"destination": "https://material-ui-store.netlify.app/:path*/"
1212
}
1313
]
1414
}

0 commit comments

Comments
 (0)