From f97062d32082397ae8e3aef6f989b49c3d63bb02 Mon Sep 17 00:00:00 2001 From: webfussel Date: Thu, 20 Jun 2024 10:13:08 +0200 Subject: [PATCH] fix: mastodon verification --- components/Header.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Header.vue b/components/Header.vue index 897d7b5..dd7e60f 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -82,6 +82,7 @@ const socials = [ }, { href: 'https://mastodontech.de/@webfussel', icon: MastodonIcon, + rel: 'me', 'aria-label': 'Externer Link: Mastodon Profil' } ]