Skip to content

Commit

Permalink
cgore(ui-ux): Update next.config.js (#372)
Browse files Browse the repository at this point in the history
Update next.config.js
  • Loading branch information
fullstackninja864 authored Nov 24, 2023
1 parent 33fb376 commit d8548dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const securityHeaders = [
`font-src fonts.gstatic.com;` +
`connect-src 'self' *.ocean.jellyfishsdk.com changi.dfi.team yiautp9xyt.ap-southeast-1.awsapprunner.comfaucet ${
process.env.NODE_ENV === "development"
? `localhost:* 127.0.0.1:* ws://localhost:3000/_next/webpack-hmr base-goerli.blockscout.com eth-goerli.blockscout.com yiautp9xyt.ap-southeast-1.awsapprunner.comfaucet`
? `localhost:* 127.0.0.1:* ws://localhost:3000/_next/webpack-hmr base-goerli.blockscout.com eth-goerli.blockscout.com yiautp9xyt.ap-southeast-1.awsapprunner.com`
: ""
};`,
},
Expand Down

0 comments on commit d8548dc

Please sign in to comment.