diff --git a/next.config.js b/next.config.js index 2dec742dc12a..32f5eb3bea26 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,9 @@ /** @type {import('next').NextConfig} */ const config = { reactStrictMode: false, + images: { + unoptimized: true, + }, webpack(config) { config.module.rules.push({ test: /\.svg$/,