Skip to content

Commit 9ad0b30

Browse files
committed
chore(web): 홈 페이지 이미지 용량 개선
1 parent 4e4ee98 commit 9ad0b30

File tree

12 files changed

+1
-1
lines changed

12 files changed

+1
-1
lines changed

web/src/app/(with-bottom-navigation)/home/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function HomeContent({ data, currentDate, onChangeDate }: HomeContentProps) {
251251
src={currentBg.deco}
252252
alt="배경 데코이미지"
253253
fill
254-
className="-z-10 bg-cover animate-bg-fade-pulse"
254+
className="z-0 bg-cover animate-bg-fade-pulse"
255255
priority
256256
/>
257257
<main

web/src/assets/home/bg_bad.png

-653 KB
Loading
-172 KB
Loading

web/src/assets/home/bg_base.png

-607 KB
Loading

web/src/assets/home/bg_good.png

-635 KB
Loading
-149 KB
Loading

web/src/assets/home/bg_medium.png

-670 KB
Loading
-175 KB
Loading
-629 KB
Loading
-214 KB
Loading

0 commit comments

Comments
 (0)