Skip to content

Commit

Permalink
fix: allow jito metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Dec 7, 2023
1 parent 0d459d3 commit 3f43f38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/marginfi-v2-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ let config = withBundleAnalyzer({
port: "",
pathname: "/**",
},
{
protocol: "https",
hostname: "metadata.jito.network",
port: "",
pathname: "/**",
},
{
protocol: "https",
hostname: "static.jup.ag",
Expand Down

1 comment on commit 3f43f38

@vercel
Copy link

@vercel vercel bot commented on 3f43f38 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.