Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

chore: clean up

the3ash 18a98d5f 3d4d40ff

+1 -2
+1 -2
src/components/ui/NeoDBCard.astro
··· 201 201 }) 202 202 } 203 203 204 - document.addEventListener('DOMContentLoaded', loadNeoDBCards) 205 - 204 + loadNeoDBCards() 206 205 document.addEventListener('astro:page-load', loadNeoDBCards) 207 206 </script> 208 207