From 2d99ba7d6db31242c7f24c8e85b6d38e4e1c6480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 30 Aug 2024 13:13:15 +0200 Subject: [PATCH] docs: redirect featureflagbook.com to best practices guide (#8026) Should redirect "featureflagbook.com" to "https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices" --- website/vercel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/vercel.json b/website/vercel.json index a8e9cf7251..b2e8c94990 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -15,6 +15,17 @@ } ], "redirects": [ + { + "source": "/", + "has": [ + { + "type": "host", + "value": "www.featureflagbook.com" + } + ], + "destination": "https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices", + "permanent": false + }, { "source": "/unleash-client-python(/?)/:path", "destination": "https://gh.getunleash.io/unleash-client-python/:path",