Merge branch 'master' into blog-content

This commit is contained in:
ClovertaTheTrilobita 2026-03-26 01:51:42 +02:00
commit 3e320adfa1

View file

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