Skip to content

Commit

Permalink
Merge pull request #19 from snurfer0/fix/images-in-production
Browse files Browse the repository at this point in the history
Revert "fix: try unoptimized"
  • Loading branch information
snurfer0 authored Dec 10, 2023
2 parents f7740fd + 5326353 commit 410f6d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/molecules/card.banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const CardBanner: React.FC<Props> = ({ imageUrl }) => {
<Image
src={currentImageUrl}
alt="banner"
unoptimized
layout="fill"
objectFit="cover"
onError={handleImageError}
Expand Down

0 comments on commit 410f6d2

Please sign in to comment.