From fcd1f5b43c59db41e9952e371428cd9b54eb4443 Mon Sep 17 00:00:00 2001 From: lrzhou25 <141781699+lrzhou25@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:43:37 -0800 Subject: [PATCH] Update redirects.js (#10373) https://auth0team.atlassian.net/browse/DOCS-3696 --- config/redirects.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 57c67c335e..7a08214da3 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -54,6 +54,15 @@ const redirects = [ from: ['/design', '/design/web'], to: '/', }, + { + from: [ + '/contentful-test-1', + '/contentful-test-2', + '/contentful-test-3', + '/contentful-test-4', + ], + to: '/', + }, { from: [ '/design/browser-based-vs-native-experience-on-mobile',