From 6bf6a6eea888819bde1b5aa389aea729718a9dd9 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 2 Mar 2025 21:04:28 +0100 Subject: [PATCH] feat: add og image --- index.html | 23 ----------------------- src/components/blog/BaseHead.astro | 4 +--- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 index.html 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 = - +