Skip to content

Commit

Permalink
fix: pass full image object to image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nblackburn committed Aug 14, 2024
1 parent 4a17f11 commit 5fc97cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const groups = groupItems(stackGroups, stack);
>
<Story>
<Image
src={rigImage.src}
src={rigImage}
alt="My desktop"
width={828}
height={400}
Expand Down

0 comments on commit 5fc97cb

Please sign in to comment.