Skip to content

Commit 813b8f2

Browse files
committed
Fix profile image path for GitHub Pages basePath
1 parent 2de7df4 commit 813b8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Home() {
1313
<div className="flex items-center gap-3 sm:gap-4">
1414
{/* eslint-disable-next-line @next/next/no-img-element */}
1515
<img
16-
src="/patrick-profile.png"
16+
src="/resume/patrick-profile.png"
1717
alt="Patrick McDonnell"
1818
className="w-[58px] h-[58px] sm:w-[74px] sm:h-[74px] rounded-full object-cover flex-shrink-0 cursor-pointer hover:opacity-80 transition-opacity duration-200"
1919
onClick={toggleTheme}

0 commit comments

Comments
 (0)