feat: add SVG favicon with lowercase 'b' using site font; configure head to use it with .ico fallback
This commit is contained in:
@@ -9,7 +9,10 @@ export default defineNuxtConfig({
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
link: []
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' },
|
||||
{ rel: 'alternate icon', type: 'image/x-icon', href: '/favicon.ico' }
|
||||
]
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user