QNRR 327 : 구글 로그인시 소셜이미지가 브라우저에 출력되지 않는 문제해결#104
Hidden character warning
The head ref may contain hidden characters: "QNRR-327-\ubc15\uacbd\ub3c4-\uc870\uc131\uc9c4-\ud68c\uc6d0\uac00\uc785-\uc9c1\ud6c4-\uc18c\uc15c-\ub85c\uadf8\uc778-\uc11c\ubc84\uc5d0\uc11c-\ubc1b\uc544\uc628-\uc774\ubbf8\uc9c0\uac00-img-\ud0dc\uadf8-src\uc5d0-decoding-\ub418\uc9c0-\uc54a\uace0-\ub4e4\uc5b4\uac10"
Merged
Conversation
aken-you
approved these changes
Jul 26, 2025
aken-you
requested changes
Jul 26, 2025
Contributor
aken-you
left a comment
There was a problem hiding this comment.
https://goodmorning-cs-study.slack.com/archives/C082V7MQPB2/p1752934768111579
SignupImageSelector 컴포넌트에서 Image 컴포넌트랑 img 태그를 둘 다 사용하셨더라구요. (커밋 참고)
하나로 추려주세요.
712a716 to
37ebacf
Compare
aken-you
approved these changes
Jul 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌱 연관된 이슈
qnrr-327☘️ 작업 내용
Next.js 의 next/image 컴포넌트를 사용해서 최적화된 이미지를 사용하려면 next.config.ts.에 외부 이미지 도메인을 화이트리스트로 등록해야합니다.
현재 도커파일 프로덕션 단계에서 next.config.ts 파일이 누락되어서 런타임에 해당 설정이 적용되지 않았습니다. 이를 해결한 간단한 PR 입니다.
🍀 참고사항
스크린샷 (선택)