summaryrefslogtreecommitdiff
path: root/website/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/components')
-rw-r--r--website/src/components/BaseHead.astro2
1 files changed, 1 insertions, 1 deletions
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;
}