diff --git a/frontend/src/pages/MeetingLinkSharePage/index.tsx b/frontend/src/pages/MeetingLinkSharePage/index.tsx index 52138ddc..2e6e1556 100644 --- a/frontend/src/pages/MeetingLinkSharePage/index.tsx +++ b/frontend/src/pages/MeetingLinkSharePage/index.tsx @@ -39,7 +39,7 @@ export default function MeetingLinkSharePage() { state: { meetingInfo }, } = useLocation() as RouteState; - const LINK = `${window.location.protocol}/${window.location.host}/meeting/${uuid}`; + const LINK = `${window.location.origin}/meeting/${uuid}`; const { handleKakaoTalkShare } = useKakaoTalkShare();