From 3554f5b2967bb22b72e4d400489037949ad18080 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Tue, 24 Feb 2026 15:13:18 -0800 Subject: [PATCH] fix opengraph site tags --- src/components/head/base.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/head/base.astro b/src/components/head/base.astro index 81642d0..8a5763d 100644 --- a/src/components/head/base.astro +++ b/src/components/head/base.astro @@ -22,14 +22,14 @@ const { title, description } = Astro.props; - + - + - + {`${title} | ${siteTitle}`} -- 2.53.0