From f040e2537723b27ec454b7a4f88e90d13fae0082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 8 Jan 2024 20:49:04 +0100 Subject: [PATCH] docs: add helm-charts rewrites --- website/vercel.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/vercel.json b/website/vercel.json index 8747a539ff..7a6b910e7f 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -1,7 +1,9 @@ { "cleanUrls": true, + "rewrites": [ + { "source": "/helm-charts(/?):path(.*)", "destination": "https://docs.getunleash.io/helm-charts/:path", "permanent": true } + ], "redirects": [ - { "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 },