Skip to content

Commit c8b506c

Browse files
committed
chore: updated favicon
1 parent ef7f7c1 commit c8b506c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

app/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ useHead({
1414
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
1515
],
1616
link: [
17-
{ rel: 'icon', href: '/favicon.ico' }
17+
{ rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' }
1818
],
1919
htmlAttrs: {
2020
lang: 'en'

nuxt.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,5 @@ export default defineNuxtConfig({
4343
braceStyle: '1tbs'
4444
}
4545
}
46-
},
47-
app: {
48-
head: {
49-
link: [
50-
{ rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' }
51-
]
52-
}
5346
}
5447
})

0 commit comments

Comments
 (0)