Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c6bbb28

Browse filesBrowse files
author
=
committed
feature(favicon) add favicon
1 parent a0a0960 commit c6bbb28
Copy full SHA for c6bbb28

File tree

Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed

‎app.vue

Copy file name to clipboardExpand all lines: app.vue
+6Lines changed: 6 additions & 0 deletions
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>

‎public/img/favicon.ico

Copy file name to clipboard
15 KB
Binary file not shown.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.