Skip to content

Commit

Permalink
feat: 구성원 이미지 최적화 시도
Browse files Browse the repository at this point in the history
  • Loading branch information
yeolyi committed Mar 9, 2024
1 parent 89e5eb3 commit ed0f733
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/[locale]/people/helper/PeopleCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ export default function PeopleCell({
className="relative h-48 w-36"
style={{ filter: 'drop-shadow(0px 0px 4px rgba(0,0,0,0.15))' }}
>
<Image
alt="대표 이미지"
src={imageURL}
fill
className="object-cover"
sizes="144px, 192px"
/>
<Image src={imageURL} alt="프로필 사진" className="object-cover" fill quality={25} />
</Link>
<div className="flex flex-col items-start break-keep">
<div
Expand Down

0 comments on commit ed0f733

Please sign in to comment.