your personal website on atproto - mirror blento.app

fix

+3 -1
+3 -1
src/lib/cards/StandardSiteDocumentListCard/index.ts
··· 30 30 rkey: siteParts.rkey 31 31 }); 32 32 33 + if (!publicationRecord.value) continue; 34 + 33 35 publications[site] = publicationRecord.value.url as string; 34 36 } 35 37 ··· 39 41 } 40 42 } 41 43 42 - return records; 44 + return records.filter((r) => r.value?.href); 43 45 }, 44 46 45 47 name: 'Blog Posts',