chore: update favicon

main
Anthony Fu 2022-11-24 12:48:59 +08:00
parent e17b918c00
commit 9a72070972
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,5 +4,6 @@ dist
.output
.nuxt
.env
.DS_Store
public/shiki

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB