Skip to content

Commit

Permalink
Merge pull request #83 from DoTheZ-Team/GLUE-386-빌드-트리거
Browse files Browse the repository at this point in the history
fix: nextjs Image 태그에 loader 추가
  • Loading branch information
Collection50 authored Jun 11, 2024
2 parents 58bd1c4 + 0bed325 commit f02a5a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default function StickerRenderer() {
return postStickerItems.map(
({ xLocation, yLocation, scaleX, scaleY, rotation, stickerId, url }) => (
<Image
loader={() => url}
key={`${xLocation}${yLocation}${stickerId}`}
src={url}
width={60}
Expand Down

0 comments on commit f02a5a6

Please sign in to comment.