diff --git a/next.config.js b/next.config.js index 60d3e47..844b74d 100644 --- a/next.config.js +++ b/next.config.js @@ -23,6 +23,10 @@ module.exports = { protocol: 'https', hostname: 'ipfs.io', }, + { + protocol: 'https', + hostname: 'euc.li', + }, ], }, };