diff --git a/src/app/opengraph-image.tsx b/src/app/opengraph-image.tsx index 3400211..f6b4603 100644 --- a/src/app/opengraph-image.tsx +++ b/src/app/opengraph-image.tsx @@ -9,20 +9,6 @@ export const contentType = "image/png"; export default async function Image() { const [logoPrefix, logoSuffix] = splitLogoText(brand.logoText); - const geistMono = await fetch( - new URL( - "../../public/fonts/geist/mono/GeistMono-VariableFont_wght.ttf", - import.meta.url, - ), - ).then((res) => res.arrayBuffer()); - - const playfair = await fetch( - new URL( - "../../node_modules/@fontsource-variable/playfair-display/files/playfair-display-latin-wght-normal.woff2", - import.meta.url, - ), - ).then((res) => res.arrayBuffer()); - return new ImageResponse( (