diff --git a/next.config.js b/next.config.js index 8bab35c40..fb4caeb92 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,7 @@ module.exports = { }, images: { formats: ['image/avif', 'image/webp'], + unoptimized: true, remotePatterns: [ { protocol: 'https',