diff --git a/src/app/fonts/Inter-SemiBold.ttf b/src/app/fonts/Inter-SemiBold.ttf new file mode 100644 index 0000000..b974371 Binary files /dev/null and b/src/app/fonts/Inter-SemiBold.ttf differ diff --git a/src/app/opengraph-image.tsx b/src/app/opengraph-image.tsx index e4633a6..d990437 100644 --- a/src/app/opengraph-image.tsx +++ b/src/app/opengraph-image.tsx @@ -16,7 +16,7 @@ export const contentType = 'image/png' export default async function Image() { // Font const interSemiBold = fetch( - new URL('./Inter-SemiBold.ttf', import.meta.url) + new URL('./fonts/Inter-SemiBold.ttf', import.meta.url) ).then((res) => res.arrayBuffer()) return new ImageResponse(