diff --git a/web/next.config.js b/web/next.config.js index 95dcea810..d156e1550 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -7,6 +7,9 @@ module.exports = withBundleAnalyzer( withLess({ trailingSlash: true, reactStrictMode: true, + images: { + unoptimized: true, + }, webpack(config) { config.module.rules.push({ test: /\.svg$/i,