chore: update favicon
parent
e17b918c00
commit
9a72070972
|
@ -4,5 +4,6 @@ dist
|
|||
.output
|
||||
.nuxt
|
||||
.env
|
||||
.DS_Store
|
||||
|
||||
public/shiki
|
||||
|
|
2
app.vue
2
app.vue
|
@ -5,7 +5,7 @@ useHead({
|
|||
title: APP_NAME,
|
||||
link: [
|
||||
{
|
||||
rel: 'icon', type: 'image/svg+xml', href: '/logo.svg',
|
||||
rel: 'icon', type: 'image/svg+png', href: '/favicon.png',
|
||||
},
|
||||
],
|
||||
})
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in New Issue