Skip to content

Commit

Permalink
fix: added nextjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
k0beLeenders authored and chambaz committed Dec 7, 2023
1 parent 10e18f9 commit 6bf4975
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 @@ -114,6 +114,12 @@ let config = withBundleAnalyzer({
port: "",
pathname: "/jlp/**",
},
{
protocol: "https",
hostname: "metadata.jito.network",
port: "",
pathname: "/token/**",
},
],
},
});
Expand Down

1 comment on commit 6bf4975

@vercel
Copy link

@vercel vercel bot commented on 6bf4975 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.