Skip to content

Commit

Permalink
Merge pull request #555 from nblackburn/fix-image-src
Browse files Browse the repository at this point in the history
Fix image src
  • Loading branch information
nblackburn authored Aug 14, 2024
2 parents 4a17f11 + 4efee77 commit 6fd74a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nblackburn/website",
"private": true,
"version": "1.47.0",
"version": "1.47.1",
"type": "module",
"scripts": {
"start": "astro dev",
Expand Down
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

1 comment on commit 6fd74a9

@vercel
Copy link

@vercel vercel bot commented on 6fd74a9 Aug 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.