your personal website on atproto - mirror blento.app
25
fork

Configure Feed

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

Merge pull request #129 from flo-bit/fix-invalid-site.standard.documents

fix

authored by

Florian and committed by
GitHub
4feffd02 ee06bdd8

+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',