Skip to content

Commit 6788a1d

Browse files
committed
fix: vercel really tryna pull one on me here
1 parent ae42219 commit 6788a1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/Avatar/Avatar.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const Avatar: React.FC<AvatarProps> = ({
5050
variant === 'lg' && '48px', // h-12
5151
variant === 'xl' && '56px' // h-14
5252
)}
53+
unoptimized
5354
/>
5455
) : (
5556
<div

src/components/Headshot/Headshot.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const Headshot: React.FC<{
1212
alt="Mike Bifulco headshot"
1313
className={`headshot ${className}`}
1414
priority={priority}
15+
unoptimized
1516
/>
1617
);
1718

0 commit comments

Comments
 (0)