Skip to content

Commit e75e5ab

Browse files
committed
fix(redirects) Added missing redirect
1 parent a8b0a60 commit e75e5ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ const permanentRedirectArray = [
126126
// Explicitly map legacy lazer paths under /price-feeds to Pro - MUST come before general price-feeds redirects
127127
["/price-feeds/lazer", "/price-feeds/pro"],
128128
["/price-feeds/lazer/:path*", "/price-feeds/pro/:path*"],
129+
130+
["/price-feeds/:path((?!core/|pro/).*)", "/price-feeds/core/:path"],
129131
// some other price feed redirects
130132
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
131133
[

0 commit comments

Comments
 (0)