Skip to content

Commit

Permalink
feat: bump ShowCard image size from large to larger
Browse files Browse the repository at this point in the history
Our Image components often trigger on-the-fly image resizing via Gemini and
this larger image should be a better original source to crop/resize from.
  • Loading branch information
dblandin committed Oct 11, 2024
1 parent 31ba2f5 commit 18af8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Components/ShowCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const ShowCardContainer = createFragmentContainer(ShowCard, {
formattedEndAt: endAt(format: "MMM D")
href
metaImage {
url(version: "large")
url(version: "larger")
}
city
partner {
Expand Down

0 comments on commit 18af8d5

Please sign in to comment.