Skip to content

Commit

Permalink
Fix image decoding (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko authored Feb 12, 2024
1 parent 1568a9a commit 0bcaede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shared/ImageBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const { imgSrc, alt } = Astro.props;
formats={["avif", "webp"]}
alt={alt}
loading="eager"
decoding="auto"
/></a
>
</div>
Expand Down

0 comments on commit 0bcaede

Please sign in to comment.