Skip to content

Commit eb8cbab

Browse files
Varun PanugantiVarun Panuganti
authored andcommitted
fixed error
1 parent 800b183 commit eb8cbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Page() {
2727
{/* Image block */}
2828
<div className="shrink-0">
2929
<Image
30-
src="/headshot.jpg" // file in /public
30+
src="public/headshot.jpg" // file in /public
3131
alt="Portrait of Varun Panuganti"
3232
width={220}
3333
height={220}

0 commit comments

Comments
 (0)