From f0ffc43b278d625afa193891ab47ab9d9021f368 Mon Sep 17 00:00:00 2001 From: Joshua Fernandes Date: Wed, 8 Feb 2023 11:17:29 +1000 Subject: [PATCH] redirects --- vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vercel.json b/vercel.json index 49d7f1bb3..d6c41a1a6 100644 --- a/vercel.json +++ b/vercel.json @@ -7,6 +7,13 @@ "source": "/en/latest/:match*", "destination": "/:match*", "permanent": true + }, + { "source": "/en/stable", "destination": "/", "permanent": true }, + { "source": "/en/stable/", "destination": "/", "permanent": true }, + { + "source": "/en/stable/:match*", + "destination": "/:match*", + "permanent": true } ] }