Skip to content

Commit

Permalink
Change main page image loading to eager
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzemien97 committed Apr 29, 2024
1 parent 5ffe9b8 commit 2875ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Feature({
width={Math.floor(feature.image.width)}
height={feature.image.height}
src={withBaseUrl(feature.image.src)}
loading="lazy"
loading="eager"
style={feature.image.style}
/>
</a>
Expand Down

0 comments on commit 2875ede

Please sign in to comment.