Skip to content

Commit 28b37ec

Browse files
committed
imp: improve to decrease LCP at landing page
1 parent 2ce11b7 commit 28b37ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ export default function Home() {
2929
>
3030
새로운 모임 만들기
3131
</Button>
32-
<Image src={landingImage} width={294} height={515} alt={"모임"} />
32+
<Image
33+
src={landingImage}
34+
width={294}
35+
height={515}
36+
priority
37+
alt={"모임"}
38+
/>
3339
<Footer>
3440
<FooterLogoWrapper>
3541
<Thumbnail width={20} height={20} />

0 commit comments

Comments
 (0)