Skip to content

Commit f05467c

Browse files
committed
feat: Add favicon HTML
1 parent 61737cf commit f05467c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

app/app.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ import SiteFooter from './components/SiteFooter.vue';
1515
useHead({
1616
htmlAttrs: {
1717
lang: 'en-GB'
18-
}
18+
},
19+
link: [
20+
{ rel: 'shortcut icon', type: 'image/x-icon', href: '/favicon.ico' },
21+
{ rel: 'icon', type: 'image/png', href: '/icon.png' }
22+
],
1923
})
2024
</script>
2125

0 commit comments

Comments
 (0)