JavaScript-optional public web frontend for Bluesky anartia.kelinci.net
sveltekit atcute bluesky typescript svelte
7
fork

Configure Feed

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

fix: use png for og:image profile

Mary 14d96a55 1dda94d3

+1 -1
+1 -1
src/routes/(app)/(profile)/[actor=didOrHandle]/components/profile-meta-tags.svelte
··· 25 25 <meta property="og:description" content={profile.description} /> 26 26 27 27 {#if profile.avatar} 28 - <meta property="og:image" content={profile.avatar} /> 28 + <meta property="og:image" content={profile.avatar.replace('@jpeg', '@png')} /> 29 29 {/if} 30 30 </svelte:head>