Change default SEO image from Bridget to Marisa

This commit is contained in:
ClovertaTheTrilobita 2026-03-26 01:32:45 +02:00 committed by GitHub
parent b54e4c5beb
commit d8034d7897
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ interface Props {
const {
title,
description,
image = "/images/Bridget.png",
image = "/images/marisa.png",
canonical,
type = "website",
} = Astro.props;