Skip to content

Commit

Permalink
Merge pull request #975 from mbifulco/fix/f-u-optimized
Browse files Browse the repository at this point in the history
fix: vercel really tryna pull one on me here
  • Loading branch information
mbifulco authored Feb 27, 2025
2 parents ae42219 + 6788a1d commit 6f87e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const Avatar: React.FC<AvatarProps> = ({
variant === 'lg' && '48px', // h-12
variant === 'xl' && '56px' // h-14
)}
unoptimized
/>
) : (
<div
Expand Down
1 change: 1 addition & 0 deletions src/components/Headshot/Headshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const Headshot: React.FC<{
alt="Mike Bifulco headshot"
className={`headshot ${className}`}
priority={priority}
unoptimized
/>
);

Expand Down

0 comments on commit 6f87e6d

Please sign in to comment.