diff --git a/apps/marginfi-v2-ui/next.config.js b/apps/marginfi-v2-ui/next.config.js index 49be739ac3..ddb1770c3b 100644 --- a/apps/marginfi-v2-ui/next.config.js +++ b/apps/marginfi-v2-ui/next.config.js @@ -114,6 +114,12 @@ let config = withBundleAnalyzer({ port: "", pathname: "/jlp/**", }, + { + protocol: "https", + hostname: "metadata.jito.network", + port: "", + pathname: "/token/**", + }, ], }, });