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, -})