Skip to content

Commit d55b81b

Browse files
chore(ui-ux): added faucet url (#370)
* chore(ui-ux): added server url for faucet * chore
1 parent 50db8cd commit d55b81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const securityHeaders = [
1515
};` +
1616
`style-src 'self' fonts.googleapis.com 'unsafe-inline';` +
1717
`font-src fonts.gstatic.com;` +
18-
`connect-src 'self' *.ocean.jellyfishsdk.com changi.dfi.team ${
18+
`connect-src 'self' *.ocean.jellyfishsdk.com changi.dfi.team yiautp9xyt.ap-southeast-1.awsapprunner.comfaucet ${
1919
process.env.NODE_ENV === "development"
2020
? `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`
2121
: ""

0 commit comments

Comments
 (0)