From 23c0de690051cae4ce38f6e4c47859f308a79925 Mon Sep 17 00:00:00 2001
From: Simeon Radivoev
Date: Thu, 7 May 2026 01:26:52 +0300
Subject: [PATCH] feat: Added favicon
---
.astro/types.d.ts | 1 -
src/components/Hero.astro | 2 +-
src/layouts/Layout.astro | 6 ++----
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/.astro/types.d.ts b/.astro/types.d.ts
index 03d7cc4..f964fe0 100644
--- a/.astro/types.d.ts
+++ b/.astro/types.d.ts
@@ -1,2 +1 @@
///
-///
\ No newline at end of file
diff --git a/src/components/Hero.astro b/src/components/Hero.astro
index 63b33f9..1adc9cf 100644
--- a/src/components/Hero.astro
+++ b/src/components/Hero.astro
@@ -34,7 +34,7 @@ import { Image } from "astro:assets";