From 8553757069d27295ca74f76755734b1cd30b38f9 Mon Sep 17 00:00:00 2001 From: Pavel Laptev Date: Sat, 4 Oct 2025 16:34:54 +0200 Subject: [PATCH] add path fallback for "/virtual-branches/" --- vercel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"