diff --git a/next.config.js b/next.config.js index 79ab98a..8be709e 100644 --- a/next.config.js +++ b/next.config.js @@ -3,6 +3,7 @@ const nextConfig = { reactStrictMode: true, images: { domains: ["avatars.githubusercontent.com"], + unoptimized: true, }, };