diff --git a/next.config.js b/next.config.js index fe80bc2b..89180bbb 100644 --- a/next.config.js +++ b/next.config.js @@ -29,6 +29,11 @@ module.exports = withBundleAnalyzer( hostname: '*.vault48.org', pathname: '/**', }, + { + protocol: 'https', + hostname: '*.ytimg.com', + pathname: '/**', + }, ], }, })