Skip to content

Commit a711d9e

Browse files
authored
add path fallback for "/virtual-branches/" (#110)
1 parent 3366190 commit a711d9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vercel.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"source": "/getting-started/why-gitbutler",
1313
"destination": "/why-gitbutler"
1414
},
15-
{
16-
"source": "/features/virtual-branches",
17-
"destination": "/features/branch-management/virtual-branches"
18-
},
1915
{
2016
"source": "/features/virtual-branches/verifying-commits",
2117
"destination": "/features/branch-management/signing-commits"
2218
},
19+
{
20+
"source": "/features/virtual-branches/:path*",
21+
"destination": "/features/branch-management/:path*"
22+
},
2323
{
2424
"source": "/features/stacked-branches",
2525
"destination": "/features/branch-management/stacked-branches"

0 commit comments

Comments
 (0)