Update something

This commit is contained in:
tiff 2024-12-28 20:59:11 -05:00
parent 63f9ecda55
commit eb806de16b
3 changed files with 27 additions and 10 deletions

View file

@ -6,9 +6,14 @@ const URL = Astro.url;
const shareLinks = [
{
name: "WhatsApp",
href: "https://wa.me/?text=",
linkTitle: `Share this post via WhatsApp`,
Bluesky: "Bluesky",
href: "https://bsky.app/intent/compose?text=",
linkTitle: `Share this post on Bluesky`,
},
{
LinkedIn: "LinkedIn",
href: "https://www.linkedin.com/sharing/share-offsite/?url=",
linkTitle: `Share this post on LinkedIn`,
},
{
name: "Facebook",