Skip to content

Commit eb8a18b

Browse files
committed
pre-commit
1 parent 5681f80 commit eb8a18b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

next.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,10 @@ 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+
[
135+
"/price-feeds/:path((?!core(?:/|$)|pro(?:/|$)).*)",
136+
"/price-feeds/core/:path",
137+
],
135138
// some other price feed redirects
136139
["/price-feeds/sponsored-feeds", "/price-feeds/push-feeds"],
137140
["/price-feeds/core/sponsored-feeds", "/price-feeds/core/push-feeds"],

0 commit comments

Comments
 (0)