your personal website on atproto - mirror blento.app
25
fork

Configure Feed

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

Merge pull request #264 from flo-bit/feat/add-better-og-images

switch to og-new.png

authored by

Florian and committed by
GitHub
44191601 0aade5f5

+2 -2
+1 -1
src/lib/website/EditableWebsite.svelte
··· 494 494 <Head 495 495 favicon={getImage(data.publication, data.did, 'icon') || data.profile.avatar} 496 496 title={getName(data)} 497 - image={'/' + data.handle + '/og.png'} 497 + image={'/' + data.handle + '/og-new.png'} 498 498 accentColor={data.publication?.preferences?.accentColor} 499 499 baseColor={data.publication?.preferences?.baseColor} 500 500 />
+1 -1
src/lib/website/Website.svelte
··· 60 60 <Head 61 61 favicon={getImage(data.publication, data.did, 'icon') || data.profile.avatar} 62 62 title={getName(data)} 63 - image={'/' + data.handle + '/og.png'} 63 + image={'/' + data.handle + '/og-new.png'} 64 64 description={getDescription(data)} 65 65 accentColor={data.publication?.preferences?.accentColor} 66 66 baseColor={data.publication?.preferences?.baseColor}
src/routes/[[actor=actor]]/og.png/+server.ts src/routes/[[actor=actor]]/og-new.png/+server.ts