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.

Remove useless image set?

Aria 1c053c71 599a07e6

-6
-6
src/components/NavHeader.astro
··· 18 18 width: 512, 19 19 }); 20 20 --- 21 - <style is:inline> 22 - image-set( 23 - url("image1.avif") type("image/avif"), 24 - url("image2.jpg") type("image/jpeg") 25 - ); 26 - </style> 27 21 <div 28 22 style={`width: 670px; border: 1px solid var(--border); background-image: image-set(url('${optimizedBackground.src}') type("image/avif"), url('/static/img/sites/avatar-ht-f.webp') type("image/webp"), url('${optimizedBackgroundLQ.src}') type("image/jpeg"));`} 29 23 class="rounded-2xl flex flex-col shadow-xl shadow-black py-8 mb-8 items-center bg-center bg-cover"