diff --git a/next.config.js b/next.config.js index 2424e955..c06f75af 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, }, };