diff --git a/next.config.js b/next.config.js index 9ed4e61..e6159a7 100644 --- a/next.config.js +++ b/next.config.js @@ -2,8 +2,8 @@ module.exports = { output: "export", images: { loader: "custom", - deviceSizes: [1080, 1200, 1920], - imageSizes: [128, 256, 384], + imageSizes: [16, 32, 48, 64, 96, 128, 256, 384], + deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840], }, transpilePackages: ["next-image-export-optimizer"], env: {