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",