mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
chore: update favicon
This commit is contained in:
parent
e17b918c00
commit
9a72070972
3 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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',
|
||||
},
|
||||
],
|
||||
})
|
||||
|
|
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in a new issue