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;