a tool for shared writing and social publishing
0
fork

Configure Feed

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

render first 20 blocks in preview

+1 -1
+1 -1
components/Blocks/CardBlock.tsx
··· 210 210 transform: `scale(calc((120 / ${cardWidth} )))`, 211 211 }} 212 212 > 213 - {blocks.slice(0, 10).map((b, index, arr) => { 213 + {blocks.slice(0, 20).map((b, index, arr) => { 214 214 return ( 215 215 <BlockPreview 216 216 entityID={b.value}