Skip to content

Commit 0c28535

Browse files
authored
Merge branch 'main' into main
2 parents c5f3327 + 4edba89 commit 0c28535

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)