[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.

update social image

Nate Moore (Feb 21, 2023, 8:49 AM -0600) 3100b03f c3dc88d4

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