Skip to content

Commit e88d8df

Browse files
committed
pre-commit
1 parent 91bb77b commit e88d8df

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
@@ -118,7 +118,10 @@ const permanentRedirectArray = [
118118
["/documentation", "/home"],
119119

120120
["/api-explorer/:slug*", "/price-feeds/api-reference/:slug*"],
121-
["/price-feeds/api-reference/evm/:slug*", "https://api-reference.pyth.network/price-feeds/evm/:slug*"],
121+
[
122+
"/price-feeds/api-reference/evm/:slug*",
123+
"https://api-reference.pyth.network/price-feeds/evm/:slug*",
124+
],
122125

123126
[
124127
"/guides/how-to-schedule-price-updates-with-gelato",

0 commit comments

Comments
 (0)