diff --git a/frontend/src/components/Product/ProductItem/ProductItem.tsx b/frontend/src/components/Product/ProductItem/ProductItem.tsx index c7e9ba92a..ecdf8b030 100644 --- a/frontend/src/components/Product/ProductItem/ProductItem.tsx +++ b/frontend/src/components/Product/ProductItem/ProductItem.tsx @@ -24,6 +24,7 @@ const ProductItem = ({ product }: ProductItemProps) => { width={90} height={90} alt={`${name}사진`} + loading="lazy" onLoad={() => setIsImageLoading(false)} /> {isImageLoading && } diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index a9899cb3b..4b236673e 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -21,7 +21,7 @@ const HomePage = () => { <>
- +