your personal website on atproto - mirror blento.app

Merge pull request #201 from flo-bit/fix-cards-loading

fix cards loading

authored by

Florian and committed by
GitHub
dcb98beb 6decbcc3

+1 -1
+1 -1
src/lib/website/load.ts
··· 66 66 } 67 67 68 68 const [cards, mainPublication, pages, profile] = await Promise.all([ 69 - listRecords({ did, collection: 'app.blento.card' }).catch((e) => { 69 + listRecords({ did, collection: 'app.blento.card', limit: 0 }).catch((e) => { 70 70 console.error('error getting records for collection app.blento.card', e); 71 71 return [] as Awaited<ReturnType<typeof listRecords>>; 72 72 }),