From bce28a62a27b4b8e8b54b8544ad699f893e055c0 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Wed, 22 Oct 2025 11:04:09 +0530 Subject: [PATCH] fix(redirects) Added missing redirect --- next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index 5d9a79bc..2a141331 100644 --- a/next.config.js +++ b/next.config.js @@ -126,6 +126,8 @@ const permanentRedirectArray = [ // Explicitly map legacy lazer paths under /price-feeds to Pro - MUST come before general price-feeds redirects ["/price-feeds/lazer", "/price-feeds/pro"], ["/price-feeds/lazer/:path*", "/price-feeds/pro/:path*"], + + ["/price-feeds/:path((?!core/|pro/).*)", "/price-feeds/core/:path"], // some other price feed redirects ["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"], [