a tool for shared writing and social publishing
0
fork

Configure Feed

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

further tweak pub quote og img options

+3 -3
+3 -3
app/lish/[did]/[publication]/[rkey]/l-quote/[quote]/opengraph-image.ts
··· 11 11 return getMicroLinkOgImage( 12 12 `/lish/${decodeURIComponent(props.params.did)}/${decodeURIComponent(props.params.publication)}/${props.params.rkey}/l-quote/${props.params.quote}#${quotePosition?.start.block.join(".")}_${quotePosition?.start.offset}`, 13 13 { 14 - width: 566, 15 - height: 296, 16 - deviceScaleFactor: 1.9, 14 + width: 620, 15 + height: 324, 16 + deviceScaleFactor: 2, 17 17 }, 18 18 ); 19 19 }