From 8e1b77a7d69bd9dc7decf2e654a1278bdf405c6c Mon Sep 17 00:00:00 2001 From: dev-dong-su Date: Fri, 12 Apr 2024 17:20:17 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20image=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=88=98=EC=A0=95,=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EB=A1=9C=EA=B9=85=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/web/next.config.mjs | 4 ++-- .../[lng]/(main)/profile/components/ProfileDetailSection.tsx | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/web/next.config.mjs b/packages/web/next.config.mjs index 3a91e8b90..0d1fe0d59 100644 --- a/packages/web/next.config.mjs +++ b/packages/web/next.config.mjs @@ -34,8 +34,8 @@ const nextConfig = { }, ], deviceSizes: [450], - imageSizes: [16, 32, 48, 64, 96, 128, 256, 384, 450], - minimumCacheTTL: 31536000, + imageSizes: [16, 32, 48, 64, 96, 128, 256, 450], + minimumCacheTTL: 6000, formats: ['image/webp'], }, }; diff --git a/packages/web/src/app/[lng]/(main)/profile/components/ProfileDetailSection.tsx b/packages/web/src/app/[lng]/(main)/profile/components/ProfileDetailSection.tsx index f72f67731..f7a133831 100644 --- a/packages/web/src/app/[lng]/(main)/profile/components/ProfileDetailSection.tsx +++ b/packages/web/src/app/[lng]/(main)/profile/components/ProfileDetailSection.tsx @@ -76,8 +76,6 @@ export default function ProfileDetailSection({ profileData }: ProfileDetailProps GLODDY: , }; - console.log(reliabilityLevel); - return ( <>
@@ -105,7 +103,7 @@ export default function ProfileDetailSection({ profileData }: ProfileDetailProps

{countryImage && (
- 국가 + 국가
)} {nickname}