From 37fff983d90fb58282e709b0017f891fccb156c4 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 24 Jul 2023 01:05:41 -0700 Subject: remove placeholder images --- src/components/BaseHead.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index e11d111..b9b0031 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 = '/placeholder-social.jpg' } = Astro.props; +const { title, description, image = '/603banner.png' } = Astro.props; --- -- cgit v1.2.3