tangled
alpha
login
or
join now
flo-bit.dev
/
blento
21
fork
atom
your personal website on atproto - mirror
blento.app
21
fork
atom
overview
issues
pulls
pipelines
fix url to hoster
Florian
3 weeks ago
05abbdbf
84487984
+1
-3
1 changed file
expand all
collapse all
unified
split
src
routes
[[actor=actor]]
e
[rkey]
+page.svelte
+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
15
-
hostProfile?.hasBlento
16
16
-
? `/${hostProfile.handle}`
17
17
-
: `https://bsky.app/profile/${hostProfile?.handle || did}`
15
15
+
hostProfile?.url ?? `https://bsky.app/profile/${hostProfile?.handle || did}`
18
16
);
19
17
20
18
let startDate = $derived(new Date(eventData.startsAt));