From 5e89787d9012d0b67dd1f26e005c64a1a257d49b Mon Sep 17 00:00:00 2001 From: DICEPT Date: Thu, 18 Jul 2024 13:48:06 +0000 Subject: [PATCH] Merge pull request #131 from side-project-pokehub/dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: config 변경 --- next.config.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index f178b3c..734100f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -16,7 +16,6 @@ const withPWA = withPWAInit({ const nextConfig = { images: { - domains: ['raw.githubusercontent.com'], remotePatterns: [ { protocol: 'https', @@ -27,6 +26,10 @@ const nextConfig = { protocol: 'https', hostname: 'lh3.googleusercontent.com', }, + { + protocol: 'https', + hostname: 'raw.githubusercontent.com', + }, ], }, };