From 945ed854a4e99c92491d2855c40621ce6d662e42 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Tue, 13 Sep 2022 12:07:20 +0300 Subject: [PATCH] remove experimental tag again --- next.config.js | 1 - 1 file changed, 1 deletion(-) 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;