From 670043f5e77d3a84ec6b894d6748a37e724b33b1 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Mon, 30 Mar 2026 09:16:14 +1300 Subject: [PATCH] changed site title and favicon --- src/components/BaseHead.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 3ef4679..95f1f9c 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -3,7 +3,7 @@ // all pages through the use of the component. import '../styles/global.css'; import type { ImageMetadata } from 'astro'; -import FallbackImage from '../assets/blog-placeholder-1.jpg'; +import FallbackImage from '../assets/Icon.svg'; import { SITE_TITLE } from '../consts'; interface Props {