a tool for shared writing and social publishing
0
fork

Configure Feed

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

fix link to published post

+1 -1
+1 -1
app/lish/PostList.tsx
··· 64 64 )} 65 65 66 66 <Link 67 - href={`/lish/${identity?.resolved_did?.alsoKnownAs?.[0].slice(5)}/${params.publication}/${props.uri.rkey}/`} 67 + href={`/lish/${params.handle}/${params.publication}/${props.uri.rkey}/`} 68 68 className="pubPostListContent flex flex-col hover:no-underline hover:text-accent-contrast" 69 69 > 70 70 <h4>{props.title}</h4>