Skip to content

Commit

Permalink
🩹 (docs) Use relative url for image asset
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Feb 29, 2024
1 parent 688ceb7 commit 4f2b2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/MediaScreen.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export const Default: Story = {
Foto: <Link href="https://vicharster.com">Vic Harster</Link>
</>
),
children: <img src="/img/infra.jpg" />,
children: <img src="./img/infra.jpg" />,
},
};

0 comments on commit 4f2b2a6

Please sign in to comment.