From 7fc9913c4ec04cc8d604467fabda39164e4f2d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 5 Jan 2024 20:33:30 +0100 Subject: [PATCH] docs: test helm redirects --- website/vercel.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/vercel.json b/website/vercel.json index de348879af..249d4f106b 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -1,8 +1,7 @@ { "cleanUrls": true, "redirects": [ - { "source": "/ivar-test", "destination": "/topics/feature-flags/feature-flag-best-practices", "permanent": false }, - { "source": "/ivar-test2", "destination": "/topics/feature-flags/feature-flag-best-practices", "permanent": false }, + { "source": "/helm-charts-test/:slug", "destination": "https://docs.getunleash.io/helm-charts/:slug", "permanent": false }, { "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 },