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 e75e5ab commit e0e3026Copy full SHA for e0e3026
next.config.js
@@ -127,7 +127,7 @@ const permanentRedirectArray = [
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"],
+ ["/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