Set next setting to not try to optimize images
This commit is contained in:
@@ -7,6 +7,9 @@ module.exports = withBundleAnalyzer(
|
||||
withLess({
|
||||
trailingSlash: true,
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/i,
|
||||
|
||||
Reference in New Issue
Block a user