From b29ebb1d644f4cd3cb9fa13433598f2dfb65dcb7 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Tue, 25 Aug 2026 10:56:36 -0700 Subject: [PATCH] split meta property tags --- src/components/head/base.astro | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/head/base.astro b/src/components/head/base.astro index 71c684c..12b0917 100644 --- a/src/components/head/base.astro +++ b/src/components/head/base.astro @@ -39,12 +39,12 @@ const { title, description } = Astro.props; + + + @@ -54,11 +54,14 @@ const { title, description } = Astro.props; + + -- 2.55.0