From db99ad85c472b51c01a53d54253f40cdfb445f8a Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sat, 25 Jan 2025 20:15:16 +0200 Subject: [PATCH] remove unused rel --- nuxt.config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index aaa0f02..6bc7b40 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -30,10 +30,7 @@ export default defineNuxtConfig({ 'evert,lunasquee,lunasqu,evert prants website,evert prants koduleht,evert prants homepage,evert official,portfolio,portfoolio,projects,projektid', }, ], - link: [ - { rel: 'me', href: 'https://social.lunasqu.ee/diamond' }, - { rel: 'me', href: 'https://fosstodon.org/@evertprants' }, - ], + link: [{ rel: 'me', href: 'https://fosstodon.org/@evertprants' }], }, },