your personal website on atproto - mirror blento.app

fix url to hoster

Florian 05abbdbf 84487984

+1 -3
+1 -3
src/routes/[[actor=actor]]/e/[rkey]/+page.svelte
··· 12 12 let hostProfile = $derived(data.hostProfile); 13 13 14 14 let hostUrl = $derived( 15 - hostProfile?.hasBlento 16 - ? `/${hostProfile.handle}` 17 - : `https://bsky.app/profile/${hostProfile?.handle || did}` 15 + hostProfile?.url ?? `https://bsky.app/profile/${hostProfile?.handle || did}` 18 16 ); 19 17 20 18 let startDate = $derived(new Date(eventData.startsAt));