We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3366190 commit a711d9eCopy full SHA for a711d9e
vercel.json
@@ -12,14 +12,14 @@
12
"source": "/getting-started/why-gitbutler",
13
"destination": "/why-gitbutler"
14
},
15
- {
16
- "source": "/features/virtual-branches",
17
- "destination": "/features/branch-management/virtual-branches"
18
- },
19
{
20
"source": "/features/virtual-branches/verifying-commits",
21
"destination": "/features/branch-management/signing-commits"
22
+ {
+ "source": "/features/virtual-branches/:path*",
+ "destination": "/features/branch-management/:path*"
+ },
23
24
"source": "/features/stacked-branches",
25
"destination": "/features/branch-management/stacked-branches"
0 commit comments