forked from AkkomaGang/akkoma-fe
use svg as favicon
This commit is contained in:
parent
1312b07e2e
commit
a91e8d282d
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="/favicon.png"
|
||||
href="/favicon.svg"
|
||||
/>
|
||||
<link
|
||||
rel="manifest"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<img
|
||||
v-if="!hideSiteFavicon"
|
||||
class="favicon"
|
||||
src="/favicon.png"
|
||||
src="/favicon.svg"
|
||||
/>
|
||||
<span
|
||||
v-if="!hideSiteName"
|
||||
|
|
Loading…
Reference in a new issue