mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
feat: optimize img
This commit is contained in:
parent
70c7f08b8a
commit
ee768c20ce
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user