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 {