mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
Unoptimize all AMA avatars (#1845)
This commit is contained in:
parent
84e38db9a1
commit
4edba8918d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue