We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7f7c1 commit c8b506cCopy full SHA for c8b506c
app/app.vue
@@ -14,7 +14,7 @@ useHead({
14
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
15
],
16
link: [
17
- { rel: 'icon', href: '/favicon.ico' }
+ { rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' }
18
19
htmlAttrs: {
20
lang: 'en'
nuxt.config.ts
@@ -43,12 +43,5 @@ export default defineNuxtConfig({
43
braceStyle: '1tbs'
44
}
45
46
- },
47
- app: {
48
- head: {
49
- link: [
50
- { rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' }
51
- ]
52
- }
53
54
})
0 commit comments