diff --git a/public/cover.png b/public/cover.png
new file mode 100644
index 0000000..a044f68
Binary files /dev/null and b/public/cover.png differ
diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro
index 3441240..90eee43 100644
--- a/src/components/BaseHead.astro
+++ b/src/components/BaseHead.astro
@@ -11,7 +11,7 @@ interface Props {
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
-const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
+const { title, description, image = '/cover.png' } = Astro.props;
---
@@ -20,10 +20,6 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
-
-
-
-