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({ withLess({
trailingSlash: true, trailingSlash: true,
reactStrictMode: true, reactStrictMode: true,
images: {
unoptimized: true,
},
webpack(config) { webpack(config) {
config.module.rules.push({ config.module.rules.push({
test: /\.svg$/i, test: /\.svg$/i,