chore: update favicon

This commit is contained in:
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 .output
.nuxt .nuxt
.env .env
.DS_Store
public/shiki public/shiki

View file

@ -5,7 +5,7 @@ useHead({
title: APP_NAME, title: APP_NAME,
link: [ 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