Skip to content

Commit

Permalink
make image folder relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinimes committed Sep 20, 2023
1 parent 9283930 commit 77f6fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Layout({ children, home }) {
<>
<Image
priority
src="/images/profile.jpg"
src="images/profile.jpg"
className={utilStyles.borderCircle}
height={144}
width={144}
Expand Down

0 comments on commit 77f6fa1

Please sign in to comment.