this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use italic

+1 -1
src/app/fonts/LibreBaskerville-Italic.ttf

This is a binary file and will not be displayed.

+1 -1
src/app/opengraph-image.tsx
··· 10 10 11 11 export default async function OpenGraphImage() { 12 12 const fontData = await readFile( 13 - join(process.cwd(), "./src/app/fonts/LibreBaskerville-Bold.ttf"), 13 + join(process.cwd(), "./src/app/fonts/LibreBaskerville-Italic.ttf"), 14 14 ).then((res) => Uint8Array.from(res).buffer); 15 15 return new ImageResponse( 16 16 (