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 5681f80 commit eb8a18bCopy full SHA for eb8a18b
next.config.js
@@ -131,7 +131,10 @@ 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"],
+ [
135
+ "/price-feeds/:path((?!core(?:/|$)|pro(?:/|$)).*)",
136
+ "/price-feeds/core/:path",
137
+ ],
138
// some other price feed redirects
139
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
140
["/price-feeds/core/sponsored-feeds", "/price-feeds/core/push-feeds"],
0 commit comments