diff --git a/apps/marginfi-v2-ui/next.config.js b/apps/marginfi-v2-ui/next.config.js index 5ef392a4be..131746c534 100644 --- a/apps/marginfi-v2-ui/next.config.js +++ b/apps/marginfi-v2-ui/next.config.js @@ -67,6 +67,12 @@ module.exports = withBundleAnalyzer({ port: "", pathname: "/6tcnBSybPG7piEDShBcrVtYJDPSvGrDbVvXmXKpzBvWP/**", }, + { + protocol: "https", + hostname: "solblaze.org", + port: "", + pathname: "/assets/**", + }, ], }, });