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

Commit 1bd2c65

Browse files
Fix /lazer redirect to point to /price-feeds/pro instead of /price-feeds/core/pro
Co-Authored-By: Jayant <[email protected]>
1 parent e75e5ab commit 1bd2c65

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
@@ -127,7 +127,7 @@ const permanentRedirectArray = [
127127
["/price-feeds/lazer", "/price-feeds/pro"],
128128
["/price-feeds/lazer/:path*", "/price-feeds/pro/:path*"],
129129

130-
["/price-feeds/:path((?!core/|pro/).*)", "/price-feeds/core/:path"],
130+
["/price-feeds/:path((?!core/|pro(?:/|$)).*)", "/price-feeds/core/:path"],
131131
// some other price feed redirects
132132
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
133133
[

0 commit comments

Comments
 (0)