From 8cf3bf5155773709264463dcd940a853eaf2456e Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Thu, 21 Aug 2025 01:47:17 +0200 Subject: [PATCH] Revert "fix(redirects): don't prefix `/docs` (#8095)" This reverts commit 2ff9d3e8acf3046c19d4da3026f8a4b85429dae1. --- apps/site/redirects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/redirects.json b/apps/site/redirects.json index 653e6379a63fc..3698f577095fe 100644 --- a/apps/site/redirects.json +++ b/apps/site/redirects.json @@ -106,7 +106,7 @@ }, { "source": "/documentation/:path*", - "destination": "/docs/:path*" + "destination": "/en/docs/:path*" }, { "source": "/blog/:path*", @@ -126,7 +126,7 @@ }, { "source": "/:locale/documentation/:path*", - "destination": "/docs/:path*" + "destination": "/:locale/docs/:path*" }, { "source": "/(atom|feed|rss).xml",