From a5d59e7e45efe925199ec07e2ace720478612515 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 12 Sep 2022 14:30:57 +0300 Subject: [PATCH] images/future is no longer experimental --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, };