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 let hostProfile = $derived(data.hostProfile); 13 14 let hostUrl = $derived( 15 - hostProfile?.hasBlento 16 - ? `/${hostProfile.handle}` 17 - : `https://bsky.app/profile/${hostProfile?.handle || did}` 18 ); 19 20 let startDate = $derived(new Date(eventData.startsAt));
··· 12 let hostProfile = $derived(data.hostProfile); 13 14 let hostUrl = $derived( 15 + hostProfile?.url ?? `https://bsky.app/profile/${hostProfile?.handle || did}` 16 ); 17 18 let startDate = $derived(new Date(eventData.startsAt));