Fork of Chiri for Astro for my blog
6
fork

Configure Feed

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

Forgot to commit the LinkCard component lol

+1
+1
src/components/ui/LinkCard.astro
··· 48 48 const image = 49 49 doc.querySelector('meta[property="og:image"]')?.getAttribute('content') || 50 50 doc.querySelector('meta[name="twitter:image"]')?.getAttribute('content') || 51 + doc.querySelector('meta[name="image"]')?.getAttribute('content') || 51 52 '' 52 53 53 54 const imageAlt = doc.querySelector('meta[property="og:image:alt"]')?.getAttribute('content') || title || ''