Skip to content

Commit

Permalink
fix image src
Browse files Browse the repository at this point in the history
oscartbeaumont committed Dec 16, 2024
1 parent ba152ca commit f03b938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/opengraph-image.tsx
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ export default async function Image() {
>
{/* // TODO: It would be nice if these could from straight from the FS but Satori is annoying. */}
<img
src="https://raw.githubusercontent.com/specta-rs/website/main/src/images/logo.png"
src="https://raw.githubusercontent.com/specta-rs/website/main/public/images/logo.png"
width="600px"
height="400px"
/>

0 comments on commit f03b938

Please sign in to comment.