use svg as favicon

This commit is contained in:
emma 2022-12-14 02:18:20 +00:00
parent 1312b07e2e
commit a91e8d282d
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
<link
rel="icon"
type="image/png"
href="/favicon.png"
href="/favicon.svg"
/>
<link
rel="manifest"

View file

@ -18,7 +18,7 @@
<img
v-if="!hideSiteFavicon"
class="favicon"
src="/favicon.png"
src="/favicon.svg"
/>
<span
v-if="!hideSiteName"