From d990bc2f077c9085bb4185f7dc97bc1e2a602012 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Fri, 23 Sep 2022 14:55:27 -0700 Subject: [PATCH] Remove images config from next.config.js (#931) --- web/next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/next.config.js b/web/next.config.js index 21b375ba..cf727fd4 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -9,9 +9,6 @@ module.exports = { reactStrictMode: true, optimizeFonts: false, experimental: { - images: { - allowFutureImage: true, - }, scrollRestoration: true, externalDir: true, modularizeImports: {