Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

change up image gen for gallery

Aria 9b70f945 22c295c8

+3 -2
+3 -2
src/pages/gallery/[id].astro
··· 46 46 <a href={image.src}><Picture 47 47 src={image} 48 48 alt={`Image from ${album.data.title} album`} 49 - formats={["avif", "webp", "jpeg"]} 50 - quality={95} 49 + formats={["avif", "webp"]} 50 + fallbackFormat="jpeg" 51 + quality={93} 51 52 class="rounded-sm mb-4 border border-transparent hover:border-gray-300 transition-all duration-300 ease-in-out hover:shadow-lg" 52 53 loading="lazy" 53 54 decoding="async"