From db44737b89a4db72601d2ba24692ad4971c6cddc Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 21 Nov 2024 21:55:51 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EB=8B=A4=EB=9D=BC=EC=9D=B4=EB=B8=8C?= =?UTF-8?q?=20->=20=EB=B3=B4=EC=9D=B4=EC=8A=A4=EC=98=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/App.vue | 2 +- src/api/firebase_dynamic_link.js | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index c4d04a1..24790eb 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - <%= htmlWebpackPlugin.options.title %> + 보이스온 관리자 diff --git a/src/App.vue b/src/App.vue index c10d044..b186dcd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@ dark > - 소다라이브 관리자 + 보이스온 관리자 diff --git a/src/api/firebase_dynamic_link.js b/src/api/firebase_dynamic_link.js index d24ce55..4a848b7 100644 --- a/src/api/firebase_dynamic_link.js +++ b/src/api/firebase_dynamic_link.js @@ -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 } }