diff --git a/vercel.json b/vercel.json index 71855a5..cf5ca4a 100644 --- a/vercel.json +++ b/vercel.json @@ -12,14 +12,14 @@ "source": "/getting-started/why-gitbutler", "destination": "/why-gitbutler" }, - { - "source": "/features/virtual-branches", - "destination": "/features/branch-management/virtual-branches" - }, { "source": "/features/virtual-branches/verifying-commits", "destination": "/features/branch-management/signing-commits" }, + { + "source": "/features/virtual-branches/:path*", + "destination": "/features/branch-management/:path*" + }, { "source": "/features/stacked-branches", "destination": "/features/branch-management/stacked-branches"