Skip to content

Commit 957b427

Browse files
committed
refactor: images 폴더 이미지 WebP로 변환하여 빌드 사이즈 최적화
1 parent 5b508b5 commit 957b427

11 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/shared/assets/images/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { default as SmartphoneImage } from './smartphone.jpg';
2-
export { default as PhoneRepairImage } from './phone-repair.jpg';
3-
export { default as PhoneSellImage } from './phone-sell.jpg';
4-
export { default as PhoneRecycleImage } from './phone-recycle.jpg';
5-
export { default as SloganImage } from './slogan.png';
1+
export { default as SmartphoneImage } from './smartphone.webp';
2+
export { default as PhoneRepairImage } from './phone-repair.webp';
3+
export { default as PhoneSellImage } from './phone-sell.webp';
4+
export { default as PhoneRecycleImage } from './phone-recycle.webp';
5+
export { default as SloganImage } from './slogan.webp';
-60.8 KB
Binary file not shown.
49.3 KB
Loading
-164 KB
Binary file not shown.
156 KB
Loading
-39.8 KB
Binary file not shown.
29.7 KB
Loading
-5.17 MB
Binary file not shown.
468 KB
Loading
-99.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)