fix: favicon

This commit is contained in:
2025-10-09 17:55:44 +02:00
parent 874e449d72
commit fc6b980e67
2 changed files with 3 additions and 6 deletions

View File

@@ -10,9 +10,6 @@ useHead({
meta: [
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
],
link: [
{ rel: 'icon', href: '/favicon.ico' }
],
htmlAttrs: {
lang: 'en'
}