From 19c41372a207e301cf10cb6a09f4d80f7191ceba Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Fri, 23 Sep 2022 14:25:42 -0700 Subject: [PATCH] Remove images config from next.config.js --- 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: {