Skip to content

Commit

Permalink
Opengraph link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinBarto committed Feb 12, 2024
1 parent 824ccc0 commit cfd2b89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added src/app/fonts/Inter-SemiBold.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cfd2b89

Please sign in to comment.