your personal website on atproto - mirror blento.app

small fixes

Florian 1390a887 96fe2c3a

+2 -2
+1 -1
src/routes/[[actor=actor]]/api/refresh/+server.ts
··· 8 8 const cache = createCache(platform); 9 9 if (!cache) return json('no cache'); 10 10 11 - const actor = await getActor({ request, paramActor: params.actor, platform }); 11 + const actor = await getActor({ request, paramActor: params.actor, platform, blockBoth: false }); 12 12 13 13 if (!actor) { 14 14 throw error(404, 'Page not found');
+1 -1
src/routes/[[actor=actor]]/e/+page.svelte
··· 98 98 <h1 class="text-base-900 dark:text-base-50 mb-2 text-2xl font-bold sm:text-3xl"> 99 99 Upcoming events 100 100 </h1> 101 - <div class="flex items-center gap-2"> 101 + <div class="flex items-center gap-2 mt-4"> 102 102 <span class="text-base-500 dark:text-base-400 text-sm">Hosted by</span> 103 103 <a 104 104 href={hostUrl}