diff --git a/next.config.mjs b/next.config.mjs index 9e71aecc..0d7ad3fe 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -14,6 +14,18 @@ const config = { port: '', pathname: '/**', }, + { + protocol: 'https', + hostname: 'i.ytimg.com', + port: '', + pathname: '/**', + }, + { + protocol: 'https', + hostname: '*.bcbits.com', + port: '', + pathname: '/**', + }, ], }, webpack: (c) => {