Skip to content

Commit

Permalink
Reduce size and quality of merch images
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiontornado committed Jun 22, 2024
1 parent af426b2 commit 965492e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/merch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ const MerchCard = ({
src={path}
alt={path.split("/").at(-1) ?? "merch item"}
layout="fill"
sizes="(max-width 575px) 100vw, (max-width: 767px) 33vw, 25vw"
quality="40"
/>
</div>
</CarouselItem>
Expand Down

0 comments on commit 965492e

Please sign in to comment.