From 0258ff526953679717c7016b67bec6a69e30c4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Sat, 6 Jan 2024 09:46:52 +0100 Subject: [PATCH] docs: test helm redirect x3 --- website/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/vercel.json b/website/vercel.json index c5a1e03d2e..8747a539ff 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -1,7 +1,7 @@ { "cleanUrls": true, "redirects": [ - { "source": "/helm-charts-test/:path(.*)", "destination": "https://docs.getunleash.io/helm-charts/:path", "permanent": true }, + { "source": "/helm-charts-test(/?):path(.*)", "destination": "https://docs.getunleash.io/helm-charts/:path", "permanent": true }, { "source": "/user_guide/api-token", "destination": "/how-to/how-to-create-api-tokens", "permanent": true }, { "source": "/deploy/user_guide/api-token", "destination": "/how-to/how-to-create-api-tokens", "permanent": true }, { "source": "/advanced/audit_log", "destination": "/reference/event-log", "permanent": true },