Unoptimize all AMA avatars (#1845)

This commit is contained in:
Vic 2026-02-07 22:03:39 +01:00 committed by GitHub
parent 84e38db9a1
commit 4edba8918d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ const Page = ({ upcoming, past }) => (
<Image <Image
width={128} width={128}
height={128} height={128}
unoptimized={event.amaAvatar.startsWith('https://cachet.')} unoptimized={true}
src={event.amaAvatar} src={event.amaAvatar}
alt={event.title} alt={event.title}
/> />