diff --git a/next.config.js b/next.config.js index 2424e9558..c06f75afa 100644 --- a/next.config.js +++ b/next.config.js @@ -3,9 +3,9 @@ const nextConfig = { reactStrictMode: true, output: "standalone", swcMinify: false, - experimental: { images: { allowFutureImage: true, unoptimized: true } }, images: { domains: ["cdn.jsdelivr.net"], + unoptimized: true, }, };