diff --git a/next.config.js b/next.config.js index 43dcc9bb..a7c24c34 100644 --- a/next.config.js +++ b/next.config.js @@ -12,6 +12,7 @@ const shouldAnalyzeBundles = process.env.ANALYZE === "true"; /** @type {import('next').NextConfig} */ let nextConfig = { images: { + unoptimized: true, remotePatterns: [ { protocol: "https",