diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 85512861..675e9a2b 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -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` : "" };`, },