🍱 Add favicon

This commit is contained in:
2024-06-05 22:46:57 +08:00
parent 05ef15f295
commit 1999cf3413
4 changed files with 2 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import Footer from "../components/navigation/Footer.astro";
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width" />
<title>Solsynth</title>
</head>

View File

@@ -43,7 +43,7 @@ import SolianIcon from "../assets/solian.png";
<Image
src={SolianIcon}
alt="Solar Network"
class="w-[64px] h-[64px] block"
class="min-w-[64px] min-h-[64px] w-[64px] h-[64px] aspect-square block"
/>
</a>
</div>