Skip to content

Commit

Permalink
Update opengraph-image.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Apr 29, 2023
1 parent d8f8bb6 commit e1abe99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/about/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ export default async function AboutOG() {
<img
tw="rounded-full h-74"
alt="Guillermo Rauch"
src={`data:image/jpeg;base64,${Buffer.from(
await rauchgPhoto
).toString("base64")}`}
src={await rauchgPhoto}
/>
</div>

Expand Down

0 comments on commit e1abe99

Please sign in to comment.