Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

이미지 리사이징이 되지 않는 문제 해결 #879

Merged
merged 1 commit into from
Oct 26, 2022
Merged

Conversation

hwangstar156
Copy link
Collaborator

close #877

Storybook에서 이미지가 불러오지 않아서 처리한 분기가 실제 배포할때 리사이징 되지 않는 문제를 해결한다.

@hwangstar156 hwangstar156 added 🐛 bug 버그 이슈 🌈 frontend 프론트엔드 이슈 labels Oct 26, 2022
@hwangstar156 hwangstar156 self-assigned this Oct 26, 2022
@hwangstar156 hwangstar156 changed the base branch from develop to main October 26, 2022 09:11
Copy link
Collaborator

@liswktjs liswktjs left a comment

Choose a reason for hiding this comment

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

storybook 환경변수 주의합시다

@liswktjs liswktjs merged commit b2c1d81 into main Oct 26, 2022
@liswktjs liswktjs deleted the hotfix/877 branch October 26, 2022 09:12
liswktjs added a commit that referenced this pull request Nov 10, 2022
* 이미지 리사이징이 되지 않는 문제 해결 (#879)

* Home이 로드 될 때에 바로 사용되지 않는 컴포넌트에 대해서 동적 import를 진행한다  (#882)

* fix: 바로 사용되지 않는 EmptyMessage component에 대해서 lazy loading 처리

* chore: 당장 사용하지 않는 ts-loader 제거

* 인기게시물에서 isLike여부에 따라서 보여주는 UI를 변경한다.  (#896)

* fix: Carousel 의도를 들어낼 수 있는 네이밍으로 수정

* fix: 하트를 누른 경우에만 차보이도록 구현

* feat: aria-label 추가

Co-authored-by: JASUN LEE <60773373+liswktjs@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug 버그 이슈 🌈 frontend 프론트엔드 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

이미지 리사이징을 진행하여 성능을 최적화한다.
2 participants