Skip to content

Commit

Permalink
fix: add blaze origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Oct 7, 2023
1 parent 6c46f6a commit 0a11f75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/marginfi-v2-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ module.exports = withBundleAnalyzer({
port: "",
pathname: "/6tcnBSybPG7piEDShBcrVtYJDPSvGrDbVvXmXKpzBvWP/**",
},
{
protocol: "https",
hostname: "solblaze.org",
port: "",
pathname: "/assets/**",
},
],
},
});
Expand Down

1 comment on commit 0a11f75

@vercel
Copy link

@vercel vercel bot commented on 0a11f75 Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.