Skip to content

Commit

Permalink
fix: add gengo origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Oct 11, 2023
1 parent d17be58 commit 7dd8c8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/marginfi-v2-ui/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const withPWA = require('next-pwa')({
dest: 'public',
disable: process.env.NODE_ENV === 'development',
})
const withPWA = require("next-pwa")({
dest: "public",
disable: process.env.NODE_ENV === "development",
});

const withBundleAnalyzer = require("@next/bundle-analyzer")({
enabled: process.env.ANALYZE === "true",
Expand Down Expand Up @@ -70,7 +70,7 @@ let config = withBundleAnalyzer({
protocol: "https",
hostname: "shdw-drive.genesysgo.net",
port: "",
pathname: "/6tcnBSybPG7piEDShBcrVtYJDPSvGrDbVvXmXKpzBvWP/**",
pathname: "/**",
},
{
protocol: "https",
Expand Down

1 comment on commit 7dd8c8a

@vercel
Copy link

@vercel vercel bot commented on 7dd8c8a Oct 11, 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.