The code and data behind xeiaso.net
5
fork

Configure Feed

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

components/XeblogSlide: oh my god I forgot to use the talks folder

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 1961cfef 63324d6c

+3 -3
+3 -3
lume/src/_components/XeblogSlide.tsx
··· 10 10 <picture> 11 11 <source 12 12 type="image/avif" 13 - srcset={`https://cdn.xeiaso.net/file/christine-static/${name}.avif`} 13 + srcset={`https://cdn.xeiaso.net/file/christine-static/talks/${name}.avif`} 14 14 /> 15 15 <source 16 16 type="image/webp" 17 - srcset={`https://cdn.xeiaso.net/file/christine-static/${name}.webp`} 17 + srcset={`https://cdn.xeiaso.net/file/christine-static/talks/${name}.webp`} 18 18 /> 19 19 <img 20 20 alt={desc || `Slide ${name}`} 21 21 loading="lazy" 22 - src={`https://cdn.xeiaso.net/file/christine-static/${name}.jpg`} 22 + src={`https://cdn.xeiaso.net/file/christine-static/talks/${name}.jpg`} 23 23 /> 24 24 </picture> 25 25 {desc && <figcaption>{desc}</figcaption>}