From d8034d789744984b0c8007621ac4e27fb2f2c34e Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita <168412973+ClovertaTheTrilobita@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:32:45 +0200 Subject: [PATCH] Change default SEO image from Bridget to Marisa --- src/components/SEO.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SEO.astro b/src/components/SEO.astro index 29f54b3..694a498 100644 --- a/src/components/SEO.astro +++ b/src/components/SEO.astro @@ -10,7 +10,7 @@ interface Props { const { title, description, - image = "/images/Bridget.png", + image = "/images/marisa.png", canonical, type = "website", } = Astro.props;