Skip to content

Commit ae1b930

Browse files
authored
Fix broken redirect (#404)
1 parent 18b786e commit ae1b930

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const nextConfig = {
158158
permanent: false,
159159
},
160160
{
161-
source: "/price-feeds/api-reference/evm/",
161+
source: "/price-feeds/api-reference/evm",
162162
destination: "https://api-reference.pyth.network/price-feeds/evm/",
163163
permanent: false,
164164
},

package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)