From 5512d90a9ef7f6115e970516fa4631838e6c7e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=B1=EA=B2=BD?= Date: Wed, 15 Jul 2026 11:34:26 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EB=A9=94=EC=9D=B8=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- public/privacy.html | 2 +- public/terms.html | 2 +- src/components/ContentCardSocialActions.tsx | 2 +- src/components/Footer.tsx | 4 ++-- src/components/VideoDetailContent.tsx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 1ca09e5..c5403f9 100755 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/privacy.html b/public/privacy.html index 09fb86a..7b37217 100644 --- a/public/privacy.html +++ b/public/privacy.html @@ -84,7 +84,7 @@
  • 회사명: ㈜에이아이오투오
  • 서비스명: ADO2
  • 이메일: o2oteam@o2o.kr
  • -
  • 웹사이트: https://demo.castad.net
  • +
  • 웹사이트: https://ado2.o2osolution.ai
  • 본 방침은 2026년 5월 7일부터 시행됩니다. 최종 수정일: 2026년 5월 27일

    diff --git a/public/terms.html b/public/terms.html index 1bac51d..af48571 100644 --- a/public/terms.html +++ b/public/terms.html @@ -58,7 +58,7 @@
  • 회사명: ㈜에이아이오투오
  • 서비스명: ADO2
  • 이메일: o2oteam@o2o.kr
  • -
  • 웹사이트: https://demo.castad.net
  • +
  • 웹사이트: https://ado2.o2osolution.ai
  • 본 약관은 2026년 5월 7일부터 시행됩니다.

    diff --git a/src/components/ContentCardSocialActions.tsx b/src/components/ContentCardSocialActions.tsx index 58608f7..b67690a 100644 --- a/src/components/ContentCardSocialActions.tsx +++ b/src/components/ContentCardSocialActions.tsx @@ -98,7 +98,7 @@ const ContentCardSocialActions: React.FC = ({ content: { title: storeName || t('videoDetail.kakaoDefaultTitle'), description: t('videoDetail.kakaoDescription', { region: region ?? '' }), - imageUrl: 'https://demo.castad.net/favicon_48.svg', + imageUrl: 'https://ado2.o2osolution.ai/favicon_48.svg', link: { mobileWebUrl: shareUrl, webUrl: shareUrl }, }, buttons: [{ title: t('videoDetail.kakaoButtonTitle'), link: { mobileWebUrl: shareUrl, webUrl: shareUrl } }], diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 6f00cd5..9c5b97c 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -11,9 +11,9 @@ const Footer: React.FC = () => { ADO2

    Copyright ⓒ O2O Inc. All rights reserved

    - {t('footer.privacyPolicy')} + {t('footer.privacyPolicy')} | - {t('footer.termsOfService')} + {t('footer.termsOfService')}
    diff --git a/src/components/VideoDetailContent.tsx b/src/components/VideoDetailContent.tsx index 3c65db4..da836fa 100644 --- a/src/components/VideoDetailContent.tsx +++ b/src/components/VideoDetailContent.tsx @@ -122,7 +122,7 @@ const VideoDetailContent: React.FC = ({ videoId, isModa content: { title: video?.store_name ?? t('videoDetail.kakaoDefaultTitle'), description: t('videoDetail.kakaoDescription', { region: video?.region ?? '' }), - imageUrl: 'https://demo.castad.net/favicon_48.svg', + imageUrl: 'https://ado2.o2osolution.ai/favicon_48.svg', link: { mobileWebUrl: shareUrl, webUrl: shareUrl }, }, buttons: [{ title: t('videoDetail.kakaoButtonTitle'), link: { mobileWebUrl: shareUrl, webUrl: shareUrl } }],