diff --git a/index.html b/index.html
deleted file mode 100644
index bcc38d9..0000000
--- a/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
- Cozy 2.0
-
-
-
- Cozy!
- Coming back sooon-ish!
-
-
diff --git a/src/components/blog/BaseHead.astro b/src/components/blog/BaseHead.astro
index 29222b6..e6d4783 100644
--- a/src/components/blog/BaseHead.astro
+++ b/src/components/blog/BaseHead.astro
@@ -8,14 +8,12 @@ interface Props {
title: string
description: string
isArticle?: boolean
- image?: string
}
let {
isArticle = false,
title,
description = 'default description',
- image = '/cozy.jpg',
} = Astro.props
description =
@@ -64,6 +62,6 @@ description =
-
+