Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmfou98 committed Oct 16, 2023
1 parent 52d1d2e commit 11ce5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/jurumarble/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const nextConfig = {
},
transpilePackages: ["@monorepo/ui, @monorepo/hooks"],
images: {
unoptimized: true,
domains: [
"shopping-phinf.pstatic.net",
"elasticbeanstalk-ap-northeast-2-319210348301.s3.ap-northeast-2.amazonaws.com",
Expand Down
2 changes: 1 addition & 1 deletion apps/jurumarble/src/app/search/components/DrinkItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function DrinkItem({ drinkInfo, onClickDrinkItem, selectedDrinkList }: Props) {
<Container onClick={onClickDrinkItem} name={name} selected={selectedDrinkList?.includes(name)}>
<ImageWrapper>
<RatioFrame ratio="square">
<img
<Image
loading="lazy"
alt={name}
src={image}
Expand Down

0 comments on commit 11ce5ec

Please sign in to comment.