We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bb77b commit e88d8dfCopy full SHA for e88d8df
next.config.js
@@ -118,7 +118,10 @@ const permanentRedirectArray = [
118
["/documentation", "/home"],
119
120
["/api-explorer/:slug*", "/price-feeds/api-reference/:slug*"],
121
- ["/price-feeds/api-reference/evm/:slug*", "https://api-reference.pyth.network/price-feeds/evm/:slug*"],
+ [
122
+ "/price-feeds/api-reference/evm/:slug*",
123
+ "https://api-reference.pyth.network/price-feeds/evm/:slug*",
124
+ ],
125
126
[
127
"/guides/how-to-schedule-price-updates-with-gelato",
0 commit comments