From abe2726c4100cb242f6c3b5d058b51a5e95feba5 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:26:14 +0200 Subject: [PATCH] add redirects for cert-manager.dev, trust-manager.io and trust-manager.dev Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- public/_redirects | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/_redirects b/public/_redirects index 725b957244d..bb408696422 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1,6 +1,9 @@ # Redirect domain aliases to primary domain https://netlify.cert-manager.io/* https://cert-manager.io/:splat 301! https://cert-manager.netlify.com/* https://cert-manager.io/:splat 301! +https://cert-manager.dev/* https://cert-manager.io/:splat 301! +https://trust-manager.io/* https://cert-manager.io/:splat 301! +https://trust-manager.dev/* https://cert-manager.io/:splat 301! # Redirect all next-docs on the main site to the release-next preview https://cert-manager.io/next-docs/* https://release-next--cert-manager-website.netlify.app/docs/:splat 301!