Skip to content

Commit e0e3026

Browse files
devin-ai-integration[bot]jayantk
authored andcommitted
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 e0e3026

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)