Skip to content

Commit 8561497

Browse files
committed
🍱 Update favicon
1 parent d2a73ae commit 8561497

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

nuxt.config.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ export default defineNuxtConfig({
7676
},
7777
app: {
7878
pageTransition: { name: 'page', mode: 'out-in' },
79-
layoutTransition: { name: 'page', mode: 'out-in' }
79+
layoutTransition: { name: 'page', mode: 'out-in' },
80+
head: {
81+
link: [
82+
{ rel: 'icon', type: 'image/png', href: '/favicon.png' }
83+
]
84+
}
8085
},
8186
colorMode: {
8287
preference: 'light'

public/favicon.ico

-4.19 KB
Binary file not shown.

public/favicon.png

5.28 KB
Loading

0 commit comments

Comments
 (0)