From 46bc365021915874e12d667954c4bde72f7847f2 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 24 Mar 2026 22:03:57 +0000 Subject: description is optional --- website/src/components/BaseHead.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/src/components') diff --git a/website/src/components/BaseHead.astro b/website/src/components/BaseHead.astro index d0b6943..360c4bb 100644 --- a/website/src/components/BaseHead.astro +++ b/website/src/components/BaseHead.astro @@ -1,7 +1,7 @@ --- interface Props { title: string; - description: string; + description?: string; image?: string; } -- cgit v1.2.3