Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
eunkyung01
reviewed
Feb 15, 2025
Collaborator
eunkyung01
left a comment
There was a problem hiding this comment.
구글 로그인 잘 됩니다! 수고하셨습니다!
qpalkim
approved these changes
Feb 15, 2025
Collaborator
|
구글 로그인 정상 작동 확인했습니다! 수고하셨습니다👍 |
park521
approved these changes
Feb 15, 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.
#️⃣ Issue
📝 Description
구글 로그인 기능 구현에 관한 PR입니다.
환경변수값은 따로 알려드리겠습니다.
구글 로그인 기능을 구현하기 전 사전 설정을 해줘야합니다.
구글 로그인을 성공하면 구글에서 제공하는 기본 프로필이미지로 로그인되는데 이 부분에서 에러가 나옵니다.

next.config.ts에 사진처럼 추가해주시면 됩니다.{ protocol: 'https', hostname: 'lh3.googleusercontent.com', },🌀 PR Type
어떤 변경 사항이 있나요?
✅ Checklist
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
Test Checklist
Additional Notes