diff --git a/next.config.js b/next.config.js index 8207dc630..c06f75afa 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,6 @@ const nextConfig = { domains: ["cdn.jsdelivr.net"], unoptimized: true, }, - experimental: { images: { allowFutureImage: true } } }; module.exports = nextConfig;