mirror of
https://github.com/System-End/site.git
synced 2026-04-19 15:18:18 +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
|
||||
width={128}
|
||||
height={128}
|
||||
unoptimized={event.amaAvatar.startsWith('https://cachet.')}
|
||||
unoptimized={true}
|
||||
src={event.amaAvatar}
|
||||
alt={event.title}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue