Skip to content

Commit

Permalink
Merge pull request #414 from ourzora/replace-zora-renderer
Browse files Browse the repository at this point in the history
Turn off optimization for DAO images
  • Loading branch information
neokry authored Nov 27, 2023
2 parents ce00936 + 29831eb commit 4473680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/modules/auction/components/AuctionImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const AuctionImage = ({ image, name }: AucitonImageProps) => {
>
<Image
priority
unoptimized
layout="fill"
src={imgErr ? '/ImageError.svg' : image || ''}
onError={() => setImgErr(true)}
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/modules/dao/components/DaoCard/DaoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const DaoCard = ({
{!!tokenImage ? (
<Image
priority
unoptimized
layout="fill"
src={!imgErr ? getFetchableUrl(tokenImage) || '' : '/ImageError.svg'}
onError={() => setImgErr(true)}
Expand Down

2 comments on commit 4473680

@vercel
Copy link

@vercel vercel bot commented on 4473680 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4473680 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

testnet-nouns-builder – ./apps/web

testnet-nouns-builder-git-main-nouns-builder.vercel.app
testnet.nouns.build
testnet-nouns-builder-nouns-builder.vercel.app

Please sign in to comment.