Skip to content

Commit 67691cf

Browse files
Apply prettier formatting to redirect arrays
Co-Authored-By: [email protected] <[email protected]>
1 parent 7172f0c commit 67691cf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

next.config.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,18 @@ const permanentRedirectArray = [
142142
"/price-feeds/use-real-time-data/:path((?!pull-integration(?:/|$)).*)",
143143
"/price-feeds/use-real-time-data/pull-integration/:path",
144144
],
145-
["/price-feeds/use-real-time-data", "/price-feeds/use-real-time-data/pull-integration"],
145+
[
146+
"/price-feeds/use-real-time-data",
147+
"/price-feeds/use-real-time-data/pull-integration",
148+
],
146149
[
147150
"/price-feeds/core/use-real-time-data/:path((?!pull-integration(?:/|$)).*)",
148151
"/price-feeds/core/use-real-time-data/pull-integration/:path",
149152
],
150-
["/price-feeds/core/use-real-time-data", "/price-feeds/core/use-real-time-data/pull-integration"],
153+
[
154+
"/price-feeds/core/use-real-time-data",
155+
"/price-feeds/core/use-real-time-data/pull-integration",
156+
],
151157

152158
["/benchmarks", "/price-feeds/use-historic-price-data"],
153159
[

0 commit comments

Comments
 (0)