-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: set kakao share #56
Conversation
The latest updates on your projects. Preview: https://vitamin-c-qds48mm7d-poiu694s-projects.vercel.app
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest updates on your projects. Preview: https://vitamin-c-d5x4ttyvq-poiu694s-projects.vercel.app
|
The latest updates on your projects. Preview: https://vitamin-c-colqmvwda-poiu694s-projects.vercel.app
|
description: `${formatDate(expiredDate)}까지 참여할 수 있어요`, | ||
imageUrl: 'https://kr.object.ncloudstorage.com/korrk-image/korrk.png', | ||
link: { | ||
webUrl: `${window.location.protocol}//${window.location.host}/invitation?link=${inviteLinkToken}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 protocol이 빠졌었네요! ${window.location.protocol}//${window.location.host}
대신 ${window.location.origin}
만 적어도 괜찮을 것 같네요 :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue Number
#55
Description
카카오톡 공유 기능을 만들었습니다.
To Reviewers
Checklist
feat: add login page
)