From 2bda6e8d4b8728550e6f23c2aec4fce3e948d180 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Thu, 5 Dec 2024 14:57:10 -0500 Subject: [PATCH] Update redirects --- vercel.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index e244e58fd..19c542bdc 100644 --- a/vercel.json +++ b/vercel.json @@ -5,8 +5,18 @@ "trailingSlash": false, "redirects": [ { - "source": "/blog/:slug", - "destination": "https://react.dev/blog/:slug", + "source": "/blog", + "destination": "https://react.dev/blog", + "permanent": true + }, + { + "source": "/blog/:slug*", + "destination": "https://react.dev/blog/:slug*", + "permanent": true + }, + { + "source": "/versions", + "destination": "https://react.dev/versions", "permanent": true }, {