Skip to content

Commit 052628d

Browse files
committed
refactor: 이미지 최적화 개선
1 parent fde6bdb commit 052628d

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed
-237 KB
Binary file not shown.
15.8 KB
Loading
-258 KB
Binary file not shown.
35.9 KB
Loading
-227 KB
Binary file not shown.
41.6 KB
Loading
-197 KB
Binary file not shown.
40.4 KB
Loading

src/pages/HomePage/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const HomePage = () => {
5555
</Text>
5656
</div>
5757
<div className={styles.HomeImage}>
58-
<img src="/assets/img/img-graphic-logo.png" alt="mainLogo" />
58+
<img src="/assets/img/img-graphic-logo.webp" alt="mainLogo" />
5959
</div>
6060
</div>
6161

src/pages/SelectStylePage/SelectStylePage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ interface StyleProps {
2323
}
2424

2525
const IMG_STYLE_DATA = [
26-
{ name: "친근한 말투", image: "/assets/img/img-style-friendly.png" },
27-
{ name: "믿음직한 말투", image: "/assets/img/img-style-trust.png" },
28-
{ name: "귀여운 말투", image: "/assets/img/img-style-cute.png" },
26+
{ name: "친근한 말투", image: "/assets/img/img-style-friendly.webp" },
27+
{ name: "믿음직한 말투", image: "/assets/img/img-style-trust.webp" },
28+
{ name: "귀여운 말투", image: "/assets/img/img-style-cute.webp" },
2929
];
3030

3131
const STYLE_NAME_MAPPING: { [key: string]: string } = {

0 commit comments

Comments
 (0)