From 3f3bd7992c611671fcb565bb11c7f3fe76ee4071 Mon Sep 17 00:00:00 2001 From: Nirmal Kumar Date: Fri, 23 Aug 2024 11:06:39 +0530 Subject: [PATCH] Fixes 7000 --- apps/site/redirects.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/site/redirects.json b/apps/site/redirects.json index 8889da2b0973b..8b3b370b76ae9 100644 --- a/apps/site/redirects.json +++ b/apps/site/redirects.json @@ -264,6 +264,10 @@ "source": "/:locale/get-involved/:path*", "destination": "/:locale/about/get-involved/:path*" }, + { + "source": "/learn", + "destination": "/en/learn" + }, { "source": "/:locale/learn", "destination": "/:locale/learn/getting-started/introduction-to-nodejs"