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 0425182 commit 6639af3Copy full SHA for 6639af3
next.config.js
@@ -131,7 +131,7 @@ const permanentRedirectArray = [
131
["/price-feeds/lazer", "/price-feeds/pro"],
132
["/price-feeds/lazer/:path*", "/price-feeds/pro/:path*"],
133
134
- ["/price-feeds/:path((?!core/|pro(?:/|$)).*)", "/price-feeds/core/:path"],
+ ["/price-feeds/:path((?!core(?:/|$)|pro(?:/|$)).*)", "/price-feeds/core/:path"],
135
// some other price feed redirects
136
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
137
["/price-feeds/core/sponsored-feeds", "/price-feeds/core/push-feeds"],
0 commit comments