From 125a2877b77f789709f891a2746789164e8e3f4b Mon Sep 17 00:00:00 2001 From: rizaldy Date: Tue, 17 Dec 2024 00:50:41 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20change=20things=20=E2=80=94=20=20not=20?= =?UTF-8?q?sure=20what?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {