From 4593eafec54b6b408953df8089b7a2d6f5e9ffe2 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 11 Dec 2023 10:41:07 +0100 Subject: [PATCH] :bento: fix 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 bc2af30..7087840 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -17,7 +17,7 @@ const { title, description, image = '/placeholder-social.jpg' } = Astro.props; - +