mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
feat: replaced Twitter links with BlueSky
This commit is contained in:
@@ -28,13 +28,12 @@ export async function generateMetadata(): Promise<Metadata>
|
|||||||
firstName: Package.author.name.split(" ")[0],
|
firstName: Package.author.name.split(" ")[0],
|
||||||
lastName: Package.author.name.split(" ")[1],
|
lastName: Package.author.name.split(" ")[1],
|
||||||
gender,
|
gender,
|
||||||
username: socials["Twitter"].username,
|
|
||||||
siteName: canonicalName.hostname,
|
siteName: canonicalName.hostname,
|
||||||
locale: "en_US"
|
locale: "en_US"
|
||||||
},
|
},
|
||||||
twitter:
|
twitter:
|
||||||
{
|
{
|
||||||
site: socials["Twitter"].username,
|
site: "@xfox111",
|
||||||
card: "summary_large_image"
|
card: "summary_large_image"
|
||||||
},
|
},
|
||||||
alternates:
|
alternates:
|
||||||
|
|||||||
@@ -12,11 +12,11 @@ const socials: Socials =
|
|||||||
href: "https://www.linkedin.com/in/xfox/",
|
href: "https://www.linkedin.com/in/xfox/",
|
||||||
username: "@xfox"
|
username: "@xfox"
|
||||||
},
|
},
|
||||||
"Twitter":
|
"BlueSky":
|
||||||
{
|
{
|
||||||
href: "https://twitter.com/xfox111",
|
href: "https://bsky.app/profile/xfox111.net",
|
||||||
username: "@xfox111"
|
username: "@xfox111.net",
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export default socials;
|
export default socials;
|
||||||
|
|||||||
Reference in New Issue
Block a user