Skip to content

Commit

Permalink
chore: Adds priority to hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofanny committed Oct 23, 2024
1 parent 60e883d commit 3e39b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/sections/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const Hero = ({
width={360}
height={240}
sizes="(max-width: 412px) 40vw, (max-width: 768px) 90vw, 50vw"
priority={true}
/>
</HeroImage.Component>
<HeroHeader.Component
Expand Down

0 comments on commit 3e39b27

Please sign in to comment.