Fix favicon

This commit is contained in:
Korbs 2024-09-24 14:37:02 -04:00
parent 6dc48c44ed
commit a68cd629ca

View file

@ -21,16 +21,8 @@ import { ColorMode } from 'astro-color-mode';
/>
<!-- Favicon -->
<link rel="apple-touch-icon" href="favicon.svg" />
<link rel="icon" href="favicon.svg" />
<link
rel="stylesheet"
href="/@shoelace-style/shoelace/cdn/themes/dark.css"
onload="document.documentElement.classList.add('sl-theme-dark');"
/>
<script type="module" src="/@shoelace-style/shoelace/cdn/shoelace.js"
></script>
<link rel="apple-touch-icon" href="https://md.sudovanilla.org/images/SudoVanilla%20Logo%20-%20Letter%20V.svg" />
<link rel="icon" href="https://md.sudovanilla.org/images/SudoVanilla%20Logo%20-%20Letter%20V.svg" />
<!-- Analytics -->
<script defer src="https://stats.sudovanilla.org/script.js" data-website-id="9fde77c6-194c-437e-87d3-43176b8c6285"></script>