Skip to content

Commit

Permalink
Logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 26, 2024
1 parent 1c9b3a7 commit c808cad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Favicons.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import favIcon from '~/assets/favicons/favicon.ico';
import favIconSvg from '~/assets/favicons/favicon.svg';
import appleTouchIcon from '~/assets/favicons/apple-touch-icon.png';
import scopeLogo from '~/assets/images/scope.svg'
---

<link rel="shortcut icon" href={favIcon} />
<link rel="icon" type="image/svg+xml" href={favIconSvg.src} />
<link rel="mask-icon" href={favIconSvg.src} color="#8D46E7" />
<link rel="icon" type="image/svg+xml" href={scopeLogo.src} />
<link rel="mask-icon" href={scopeLogo.src} color="#8D46E7" />
<link rel="apple-touch-icon" sizes="180x180" href={appleTouchIcon.src} />

0 comments on commit c808cad

Please sign in to comment.