From 03573b2ac1587d416f1016f2bb2bd6893af94593 Mon Sep 17 00:00:00 2001
From: hsiegeln <37154749+hsiegeln@users.noreply.github.com>
Date: Fri, 24 Apr 2026 23:38:12 +0200
Subject: [PATCH] feat(brand): wire favicon chain to real product logo
SVG primary + 32px PNG fallback + Apple touch icon. Removes the
placeholder 3-wavy-lines favicon.
---
public/favicon.svg | 8 --------
src/layouts/BaseLayout.astro | 4 +++-
2 files changed, 3 insertions(+), 9 deletions(-)
delete mode 100644 public/favicon.svg
diff --git a/public/favicon.svg b/public/favicon.svg
deleted file mode 100644
index 89915d6..0000000
--- a/public/favicon.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index b3326d8..3a0de31 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -31,7 +31,9 @@ const ogUrl = new URL(ogImage, Astro.site ?? 'https://www.cameleer.io').toString
-
+
+
+