1
0
Fork 0
mirror of https://github.com/mfocko/blog.git synced 2025-05-06 11:22:58 +02:00

chore: add two-way links

• Threads
• Fosstodon

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2025-04-04 14:26:45 +02:00
parent c9d44d1dd8
commit ea3360f0d6
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -74,6 +74,24 @@ const config = {
url: "https://blog.mfocko.xyz",
baseUrl: "/",
headTags: [
/* For two-way link to the Fosstodon profile */
{
tagName: "link",
attributes: {
rel: "me",
href: "https://fosstodon.org/@m4tt_314",
},
},
/* For two-way link to the Threads profile */
{
tagName: "link",
attributes: {
rel: "me",
href: "https://www.threads.net/@m4tt_314",
},
},
],
// GitHub Pages deployment config.
organizationName: "mfocko",