소다라이브 -> 보이스온

This commit is contained in:
Yu Sung
2024-11-21 21:55:51 +09:00
parent fa8b1c81f6
commit db44737b89
3 changed files with 5 additions and 5 deletions

View File

@@ -22,8 +22,8 @@ async function shareCreatorChannel(channelInfo, utmSource, utmMedium, utmCampaig
},
},
"socialMetaTagInfo": {
"socialTitle": "소다라이브",
"socialDescription": "소다라이브 " + channelInfo.nickname + "님의 채널입니다.",
"socialTitle": "보이스온",
"socialDescription": "보이스온 " + channelInfo.nickname + "님의 채널입니다.",
"socialImageLink": channelInfo.profileUrl
}
}
@@ -57,7 +57,7 @@ async function shareAudioContent(audioContent, utmSource, utmMedium, utmCampaign
},
"socialMetaTagInfo": {
"socialTitle": audioContent.title + " - " + audioContent.creatorNickname,
"socialDescription": "지금 소다라이브에서 이 콘텐츠 감상하기",
"socialDescription": "지금 보이스온에서 이 콘텐츠 감상하기",
"socialImageLink": audioContent.coverImageUrl
}
}