diff --git a/web/components/SEO.tsx b/web/components/SEO.tsx index a0dd445d..8987d671 100644 --- a/web/components/SEO.tsx +++ b/web/components/SEO.tsx @@ -6,7 +6,7 @@ export type OgCardProps = { metadata: string creatorName: string creatorUsername: string - creatorAvatarUrl: string + creatorAvatarUrl?: string } function buildCardUrl(props: OgCardProps) {