Skip to content

Commit 9b96b5d

Browse files
committed
Don't cache profile images in Next
1 parent 10451bb commit 9b96b5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ProfilePicture.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const ProfilePicture: React.FC<ProfilePictureProps> = ({ user, size, clas
1919
alt={`${user.first_name} ${user.last_name}`}
2020
height={size}
2121
width={size}
22+
unoptimized
2223
/>
2324
);
2425
}

0 commit comments

Comments
 (0)