Skip to content

Commit 6639af3

Browse files
committed
fix(redirects) Core
1 parent 0425182 commit 6639af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const permanentRedirectArray = [
131131
["/price-feeds/lazer", "/price-feeds/pro"],
132132
["/price-feeds/lazer/:path*", "/price-feeds/pro/:path*"],
133133

134-
["/price-feeds/:path((?!core/|pro(?:/|$)).*)", "/price-feeds/core/:path"],
134+
["/price-feeds/:path((?!core(?:/|$)|pro(?:/|$)).*)", "/price-feeds/core/:path"],
135135
// some other price feed redirects
136136
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
137137
["/price-feeds/core/sponsored-feeds", "/price-feeds/core/push-feeds"],

0 commit comments

Comments
 (0)