Skip to content

Commit c6bbb28

Browse files
author
=
committed
feature(favicon) add favicon
1 parent a0a0960 commit c6bbb28

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: app.vue

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ nuxtApp.hook("page:finish", () => {
77
window.scrollTo(0, 0)
88
})
99
10+
useHead({
11+
link: [
12+
{ rel: 'icon', type: 'image/x-icon', href: '/img/favicon.ico' },
13+
]
14+
})
15+
1016
await useUser()
1117
</script>
1218
<template>

Diff for: public/img/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)