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 = () => {
Copyright ⓒ O2O Inc. All rights reserved
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 } }],