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.

perf(NavHeader): reduce background quality a smidge

aria a95fde9d 203414e2

+3 -3
+3 -3
src/components/NavHeader.astro
··· 8 8 const optimizedBackground = await getImage({ 9 9 src: myBackground, 10 10 format: "avif", 11 - quality: 50, 12 - width: 680, 11 + quality: 45, 12 + width: 512, 13 13 }); 14 14 const optimizedBackgroundLQ = await getImage({ 15 15 src: myBackground, 16 16 format: "webp", 17 - quality: 50, 17 + quality: 45, 18 18 width: 512, 19 19 }); 20 20 ---