From 6320e0e12ccc296ba8dd2460b0e820ab92f455af Mon Sep 17 00:00:00 2001 From: Bamdad Sabbagh Date: Fri, 11 Oct 2024 02:02:11 +0200 Subject: [PATCH] fix: allow new remotes --- next.config.mjs | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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) => {