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*',