We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800b183 commit eb8cbabCopy full SHA for eb8cbab
src/app/page.tsx
@@ -27,7 +27,7 @@ export default function Page() {
27
{/* Image block */}
28
<div className="shrink-0">
29
<Image
30
- src="/headshot.jpg" // file in /public
+ src="public/headshot.jpg" // file in /public
31
alt="Portrait of Varun Panuganti"
32
width={220}
33
height={220}
0 commit comments