Skip to content

Commit

Permalink
✏️ fix kakao share URL
Browse files Browse the repository at this point in the history
  • Loading branch information
wook-hyung committed Dec 16, 2023
1 parent bb29d42 commit 2edbf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(route)/challenge/_components/ChallengeFormDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function ChallengeFormDialog() {
title: `${user.nickname}님이 초대장을 보냈어요!`,
description: '1:1 목표 매칭 서비스',
imageUrl: 'https://dodals3.s3.ap-northeast-2.amazonaws.com/asset/dodaldodal_square.png',
sendUrl: `https://dodaldodal-frontend.vercel.app/challenge/${challengeId}`,
sendUrl: `https://dodaldodal-frontend.vercel.app/invitation/${challengeId}`,
})
},
}
Expand Down

0 comments on commit 2edbf81

Please sign in to comment.