This commit is contained in:
becarta
2025-02-04 17:11:22 +01:00
parent 4ad21b9391
commit d6a7cd0384
2 changed files with 2 additions and 4 deletions

View File

@@ -1,10 +1,8 @@
---
import favIcon from '~/assets/favicons/fav.ico';
import favIconSvg from '~/assets/favicons/fav.webp';
import appleTouchIcon from '~/assets/favicons/apple-touch-icon.png';
---
<link rel="shortcut icon" type="image/webp" href={favIcon} />
<link rel="icon" type="image/webp" href={favIconSvg.src} />
<link rel="mask-icon" href={favIconSvg.src} color="#8D46E7" />
<link rel="apple-touch-icon" sizes="180x180" href={appleTouchIcon.src} />