diff --git a/components/OGImageTemplate.tsx b/components/OGImageTemplate.tsx index 31037ffa6..633ab7114 100644 --- a/components/OGImageTemplate.tsx +++ b/components/OGImageTemplate.tsx @@ -5,6 +5,7 @@ interface OGImageTemplateProps { description?: string; label?: string; image?: string; + logo?: string; mode?: 'dark' | 'light' | 'image'; }