add fediverse verification links

This commit is contained in:
Ayo 2023-03-23 18:22:12 +01:00
parent d904870bb7
commit e236fdf44e

View file

@ -39,6 +39,12 @@ const baseURL = "https://ayo.ayco.io";
<meta property="og:description" content={description} /> <meta property="og:description" content={description} />
<meta property="og:image" content="/ayo.png" /> <meta property="og:image" content="/ayo.png" />
<link rel="me" href="https://social.ayco.io/@ayo" />
<link rel="me" href="https://mastodon.ph/@ayo" />
<link rel="me" href="https://shrediverse.net/@ayo" />
<link rel="me" href="https://stop.voring.me/@ayo" />
<link rel="me" href="https://metapixl.com/@ayo" />
<link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="shortcut icon" type="image/png" href="/favicon.ico" />
{ {
@ -50,7 +56,7 @@ const baseURL = "https://ayo.ayco.io";
} }
</script> </script>
) : ( ) : (
<meta /> <meta />
) )
} }
</head> </head>