[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack.cc. clack.cc
0

Configure Feed

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

use jpg

Nate Moore (Feb 21, 2023, 8:54 AM -0600) 2f315dfd 46d45f39

+1 -1
public/social.jpg

This is a binary file and will not be displayed.

public/social.png

This is a binary file and will not be displayed.

+1 -1
src/components/Head.astro
··· 30 30 siteName="Clack" 31 31 title={title} 32 32 description={description} 33 - image={new URL("/social.png", Astro.url).toString()} 33 + image={new URL("/social.jpg", Astro.url).toString()} 34 34 twitterHandle="@n_moore" 35 35 pageType={pageType} 36 36 url={canonicalURL && ensureTrailingSlash(canonicalURL.toString())}