This commit is contained in:
DecDuck
2024-10-04 15:35:03 +10:00
parent e52f072091
commit 1bd19ad917
9 changed files with 61 additions and 70 deletions
+8
View File
@@ -10,4 +10,12 @@ export default defineNuxtConfig({
autoprefixer: {},
},
},
app: {
head: {
link: [
{ rel: 'icon', href: '/favicon.ico', }
]
}
}
})