a tool for shared writing and social publishing
0

Configure Feed

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

use main domain for profile url in profile header

Jared Pereira (Jan 22, 2026, 1:28 PM EST) 7affa516 a925bd4b

+1 -1
+1 -1
app/(home-pages)/p/[didOrHandle]/ProfileHeader.tsx
··· 16 16 popover?: boolean; 17 17 }) => { 18 18 let profileRecord = props.profile; 19 - const profileUrl = `/p/${props.profile.handle}`; 19 + const profileUrl = `https://leaflet.pub/p/${props.profile.handle}`; 20 20 21 21 const avatarElement = ( 22 22 <Avatar