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', + }, ], }, };