From 0a11f753f76e334ab39967e8391917b98609439c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Pov=C5=A1i=C4=8D?= Date: Sat, 7 Oct 2023 15:39:42 +0200 Subject: [PATCH] fix: add blaze origin --- apps/marginfi-v2-ui/next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) 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/**", + }, ], }, });