From 9bed873cec4e1b23928474e1a9c8b98816714d94 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 6 Feb 2025 18:19:57 +0100 Subject: [PATCH] Fix new seo tags --- app/app.vue | 55 ++++++++++------------------------------------------- 1 file changed, 10 insertions(+), 45 deletions(-) diff --git a/app/app.vue b/app/app.vue index 232d217..d4f79f0 100644 --- a/app/app.vue +++ b/app/app.vue @@ -2,54 +2,19 @@ useHead({ link: [{ rel: 'icon', type: 'image/png', href: '/favicon.png' }], }) - -const head = useLocaleHead({ - addDirAttribute: true, - identifierAttribute: 'id', - addSeoAttributes: true, -})