From ab40a23669f462d998df92eb09f9e2a61027bf2b Mon Sep 17 00:00:00 2001 From: klmhyeonwooo Date: Wed, 8 Nov 2023 00:30:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=8A=A4?= =?UTF-8?q?=EC=BC=88=EB=A0=88=ED=86=A4=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=82=BD=EC=9E=85=20(#54)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/component/component.tsx | 4 ++++ src/components/notice/Notice.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/src/components/common/component/component.tsx b/src/components/common/component/component.tsx index d3435b7..24e2eb6 100644 --- a/src/components/common/component/component.tsx +++ b/src/components/common/component/component.tsx @@ -1560,6 +1560,8 @@ export function Modal() { alt="모달 이미지" width={0} height={0} + priority + blurDataURL="data:image/gif;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mO8UA8AAiUBUcc3qzwAAAAASUVORK5CYII=" css={css` width: 10rem; height: 10rem; @@ -1572,6 +1574,8 @@ export function Modal() { alt="모달 이미지" width={0} height={0} + priority + blurDataURL="data:image/gif;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mO8UA8AAiUBUcc3qzwAAAAASUVORK5CYII=" css={css` width: 10rem; height: 10rem; diff --git a/src/components/notice/Notice.tsx b/src/components/notice/Notice.tsx index b78398b..79b8b14 100644 --- a/src/components/notice/Notice.tsx +++ b/src/components/notice/Notice.tsx @@ -141,6 +141,7 @@ export default function Notice() { src={notice} width={0} height={0} + blurDataURL="data:image/gif;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mO8UA8AAiUBUcc3qzwAAAAASUVORK5CYII=" css={css` width: 9rem; height: 9rem;