Update something
This commit is contained in:
parent
63f9ecda55
commit
eb806de16b
3 changed files with 27 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue