From de4207ab63b3ab05a9ffb574c2a1a63f7d3478da Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 19 Dec 2022 17:11:23 +0600 Subject: [PATCH] fixed youtube image loading --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) 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: '/**', + }, ], }, })