From 82971315e7ab8929995f4df8857e085fb2ae4abd Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Wed, 15 Apr 2026 23:45:20 -0400 Subject: [PATCH] add other meta properties --- src/components/head/base.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/head/base.astro b/src/components/head/base.astro index 86b9253..71c684c 100644 --- a/src/components/head/base.astro +++ b/src/components/head/base.astro @@ -40,6 +40,8 @@ const { title, description } = Astro.props; @@ -53,6 +55,7 @@ const { title, description } = Astro.props; -- 2.54.0