From 9f12404e4a649a7125eb9b0d00667c78a88fc909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 9 Jan 2024 10:09:58 +0100 Subject: [PATCH] docs: fix typo in helm-charts rewrite --- website/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/vercel.json b/website/vercel.json index 652dd2a9b8..179825a368 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -1,7 +1,7 @@ { "cleanUrls": true, "rewrites": [ - { "source": "/helm-charts/index.yml", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/index.yaml" }, + { "source": "/helm-charts/index.yaml", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/index.yaml" }, { "source": "/helm-charts(/?)", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/README.md" }, { "source": "/helm-charts(/?):path(.*)", "destination": "https://gh.getunleash.io/helm-charts/:path" } ],