We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b0a60 commit e75e5abCopy full SHA for e75e5ab
next.config.js
@@ -126,6 +126,8 @@ const permanentRedirectArray = [
126
// Explicitly map legacy lazer paths under /price-feeds to Pro - MUST come before general price-feeds redirects
127
["/price-feeds/lazer", "/price-feeds/pro"],
128
["/price-feeds/lazer/:path*", "/price-feeds/pro/:path*"],
129
+
130
+ ["/price-feeds/:path((?!core/|pro/).*)", "/price-feeds/core/:path"],
131
// some other price feed redirects
132
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
133
[
0 commit comments