Skip to content

Commit 4edba89

Browse files
authored
Unoptimize all AMA avatars (#1845)
1 parent 84e38db commit 4edba89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/amas/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const Page = ({ upcoming, past }) => (
172172
<Image
173173
width={128}
174174
height={128}
175-
unoptimized={event.amaAvatar.startsWith('https://cachet.')}
175+
unoptimized={true}
176176
src={event.amaAvatar}
177177
alt={event.title}
178178
/>

0 commit comments

Comments
 (0)