From bd8acc5531ebb3402ecb2a4e5d9623b5ae8a3879 Mon Sep 17 00:00:00 2001 From: Chan Jin Date: Sat, 14 Dec 2024 20:43:09 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20next=20image=20|=20module=20exports?= =?UTF-8?q?=20=EC=97=90=EC=84=9C=20devicesizes=20,=20imagesizes=20?= =?UTF-8?q?=EA=B5=AC=EA=B0=84=20=EB=82=98=EB=88=84=EA=B8=B0=20(#321)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ticket/next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/ticket/next.config.js b/apps/ticket/next.config.js index 3f19e3ed..81d15140 100644 --- a/apps/ticket/next.config.js +++ b/apps/ticket/next.config.js @@ -31,6 +31,8 @@ module.exports = withBundleAnalyzer( return config; }, images: { + imageSizes: [32, 64, 128, 256, 384], + deviceSizes: [750, 1080, 1920, 3840], domains: ['asset.dudoong.com'], minimumCacheTTL: 5184000, },