Skip to content

Commit 6204ca2

Browse files
fix: fix groups rewrite for /groups
1 parent c40f736 commit 6204ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"rewrites": [
33
{
4-
"source": "/groups/:match(.*)",
4+
"source": "/groups:match(.*)",
55
"destination": "/groups/[...]/index.html"
66
}
77
],

0 commit comments

Comments
 (0)