Skip to content

Commit

Permalink
이미지 리사이징이 되지 않는 문제 해결 (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangstar156 authored Oct 26, 2022
1 parent 4e0a67c commit b2c1d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const convertGithubAvatarUrlForResize = (avatarUrl: string) => {
return avatarUrl;
}

if (typeof global.process === 'undefined') {
if (process.env.STORYBOOK) {
return avatarUrl;
}

Expand Down

0 comments on commit b2c1d81

Please sign in to comment.