diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/comment/CreatorCommunityCommentRepository.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/comment/CreatorCommunityCommentRepository.kt index 3784eb6..1c8b7a9 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/comment/CreatorCommunityCommentRepository.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/comment/CreatorCommunityCommentRepository.kt @@ -79,7 +79,7 @@ class CreatorCommunityCommentQueryRepositoryImpl( creatorCommunityComment.id, creatorCommunityComment.member.id, creatorCommunityComment.member.nickname, - creatorCommunityComment.member.profileImage.prepend(imageHost), + creatorCommunityComment.member.profileImage.prepend("/").prepend(imageHost), creatorCommunityComment.comment, formattedDate, Expressions.constant(0)