diff --git a/apps/marginfi-v2-ui/next.config.js b/apps/marginfi-v2-ui/next.config.js index 399fc54416..49be739ac3 100644 --- a/apps/marginfi-v2-ui/next.config.js +++ b/apps/marginfi-v2-ui/next.config.js @@ -102,6 +102,12 @@ let config = withBundleAnalyzer({ port: "", pathname: "/**", }, + { + protocol: "https", + hostname: "metadata.jito.network", + port: "", + pathname: "/**", + }, { protocol: "https", hostname: "static.jup.ag",