소다라이브 -> 보이스온

This commit is contained in:
Yu Sung
2024-10-12 01:18:04 +09:00
parent a92e42b718
commit 2be010d790
7 changed files with 9 additions and 9 deletions

View File

@@ -218,7 +218,7 @@ final class ContentDetailViewModel: ObservableObject {
let socialMetaTagParameters = DynamicLinkSocialMetaTagParameters()
socialMetaTagParameters.title = contentTitle
socialMetaTagParameters.descriptionText = "지금 소다라이브에서 이 콘텐츠 감상하기"
socialMetaTagParameters.descriptionText = "지금 보이스온에서 이 콘텐츠 감상하기"
socialMetaTagParameters.imageURL = URL(string: contentImage)
linkBuilder.socialMetaTagParameters = socialMetaTagParameters