From 3f43f3852fb8de1634a03829ccbc6dfa366b7fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Pov=C5=A1i=C4=8D?= Date: Thu, 7 Dec 2023 18:04:49 +0100 Subject: [PATCH] fix: allow jito metadata --- 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 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",