Don't optimise images to make export easier.

This commit is contained in:
2023-12-04 14:33:38 +13:00
parent 6050cb0408
commit 50b7cdf4fb

View File

@ -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({