Skip to content

Commit

Permalink
feat: optimize img
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Mar 16, 2024
1 parent 70c7f08 commit ee768c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,12 @@ export const HomePage = () => {
</Group>
</Stack>
<StyledImageWrapper>
<img src="./assets/preview.png" alt="JSON Crack Preview" />
<img
loading="eager"
fetchPriority="high"
src="./assets/preview.png"
alt="JSON Crack Preview"
/>
</StyledImageWrapper>
</StyledHeroSectionBody>
</StyledHeroSection>
Expand Down

0 comments on commit ee768c2

Please sign in to comment.