From 45922a4043edb3fdacd3c8242554c9c25388f6e6 Mon Sep 17 00:00:00 2001 From: Charles Garrett Date: Thu, 28 Sep 2023 15:59:16 -0400 Subject: [PATCH] fix: broken legacy /validators link --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.js b/next.config.js index d4efc0a1c..d0c521df2 100644 --- a/next.config.js +++ b/next.config.js @@ -30,6 +30,11 @@ const nextConfig = { destination: 'https://neardevgov.org/', permanent: false, }, + { + source: '/validators', + destination: 'https://pages.near.org/validators', + permanent: true, + }, { source: '/edit/:path*', destination: '/sandbox/:path*',