diff options
Diffstat (limited to 'website/src/components')
| -rw-r--r-- | website/src/components/BaseHead.astro | 2 |
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; } |
