From a7a1dab5e7ab83899f261df6b6315d3cfde3e283 Mon Sep 17 00:00:00 2001 From: nemanjam Date: Sat, 17 Aug 2024 15:02:14 +0200 Subject: [PATCH] xs sharper thumbnails --- src/components/Gallery.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Gallery.astro b/src/components/Gallery.astro index 6728526..83a8ef0 100644 --- a/src/components/Gallery.astro +++ b/src/components/Gallery.astro @@ -41,7 +41,7 @@ const imageMetadataToReactImageProps = async ( const thumbnailAstroImageProps = { ...astroImageProps, - ...IMAGE_SIZES.FIXED.MDX_XXS_16_9, + ...IMAGE_SIZES.FIXED.MDX_XS_16_9, alt: 'Thumbnail image', };