tangled
alpha
login
or
join now
flo-bit.dev
/
blento
22
fork
atom
your personal website on atproto - mirror
blento.app
22
fork
atom
overview
issues
1
pulls
pipelines
fix cards loading
Florian
1 month ago
348df45c
6decbcc3
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
website
load.ts
+1
-1
src/lib/website/load.ts
···
66
66
}
67
67
68
68
const [cards, mainPublication, pages, profile] = await Promise.all([
69
69
-
listRecords({ did, collection: 'app.blento.card' }).catch((e) => {
69
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
}),