Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 5681f80

Browse files
committed
fix(redirects) Core
1 parent 0425182 commit 5681f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)