diff --git a/next.config.js b/next.config.js index d347c47..eddbdd5 100644 --- a/next.config.js +++ b/next.config.js @@ -8,6 +8,9 @@ module.exports = withBundleAnalyzer({ eslint: { dirs: ['pages', 'components', 'lib', 'layouts', 'scripts'], }, + images: { + unoptimized: true + }, experimental: { esmExternals: true }, webpack: (config, { dev, isServer }) => { config.module.rules.push({