Schedule posts to Bluesky with Cloudflare workers. skyscheduler.work
cf tool bsky-tool cloudflare bluesky schedule bsky service social-media cloudflare-workers

social card update

+1 -1
assets/social-card.png

This is a binary file and will not be displayed.

+1 -1
src/layout/helpers/metaTags.tsx
··· 2 2 import { APP_NAME, SITE_DESCRIPTION, SITE_URL } from "../../siteinfo"; 3 3 4 4 export default function MetaTags() { 5 - const SocialImage: string = `${SITE_URL}/dashboard.png`; 5 + const SocialImage: string = `${SITE_URL}/social-card.png`; 6 6 7 7 return ( 8 8 <>