diff --git a/src/util/genOGImage.tsx b/src/util/genOGImage.tsx index 589fc84..92a2f0d 100644 --- a/src/util/genOGImage.tsx +++ b/src/util/genOGImage.tsx @@ -2,7 +2,6 @@ import type { Font, FontWeight } from 'satori' import satori from 'satori' interface OGImageProps { - siteTitle: string title: string color: string author?: string @@ -10,7 +9,7 @@ interface OGImageProps { const cache: { [key: string]: any } = {} -function OGImage({ siteTitle, title, color, author }: OGImageProps) { +function OGImage({ title, color, author }: OGImageProps) { return (
-

- {siteTitle.toUpperCase()} -