Remove images config from next.config.js (#931)

This commit is contained in:
Marshall Polaris 2022-09-23 14:55:27 -07:00 committed by GitHub
parent e2a8df6c3a
commit d990bc2f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,6 @@ module.exports = {
reactStrictMode: true,
optimizeFonts: false,
experimental: {
images: {
allowFutureImage: true,
},
scrollRestoration: true,
externalDir: true,
modularizeImports: {