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

Commit 5adb917

Browse files
alexcamboseaditya520
authored andcommitted
fix: formatting
1 parent ced8534 commit 5adb917

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
@@ -133,7 +133,10 @@ const permanentRedirectArray = [
133133
"/price-feeds/use-real-time-data/pull-integration/:path",
134134
],
135135
// generic price feeds redirects
136-
["/price-feeds/:path((?!core|pro|push-feeds|use-real-time-data).*?)", "/price-feeds/core/:path*"],
136+
[
137+
"/price-feeds/:path((?!core|pro|push-feeds|use-real-time-data).*?)",
138+
"/price-feeds/core/:path*",
139+
],
137140

138141
["/benchmarks", "/price-feeds/use-historic-price-data"],
139142
[

0 commit comments

Comments
 (0)