A Astro blog hosted on Vercel

update to use webp

authored by Clayton Cook and committed by Clay bd123a64 b55d0c13

Changed files
+1
src
+1
src/layouts/GalleryPost.astro
··· 44 44 alt={alt} 45 45 width={width} 46 46 height={height} 47 + format={"webp"} 47 48 /> 48 49 </a> 49 50 <p>{alt}</p>