data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

fix: use did instead of handle when linking to bsky

dusk 551b3b5b c2b225f3

+1 -1
+1 -1
src/components/note.svelte
··· 41 41 42 42 const getOutgoingLink = (name: string, link: string) => { 43 43 if (name === 'bsky') { 44 - return `https://bsky.app/profile/gaze.systems/post/${link.split('/').pop()}`; 44 + return `https://bsky.app/profile/did:plc:dfl62fgb7wtjj3fcbb72naae/post/${link.split('/').pop()}`; 45 45 } 46 46 return link; 47 47 };