Set next setting to not try to optimize images

This commit is contained in:
Gabe Kangas 2022-10-28 20:19:11 -07:00
parent 628d70e37c
commit 42facacd24
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -7,6 +7,9 @@ module.exports = withBundleAnalyzer(
withLess({
trailingSlash: true,
reactStrictMode: true,
images: {
unoptimized: true,
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/i,