diff --git a/frontend-web/public/index.html b/frontend-web/public/index.html
index 80a6869..cbad324 100644
--- a/frontend-web/public/index.html
+++ b/frontend-web/public/index.html
@@ -9,7 +9,7 @@
-
+
@@ -18,12 +18,12 @@
-
+
-
+
diff --git a/frontend-web/public/static/images/logo/vanillaMeta-og.jpg b/frontend-web/public/static/images/logo/vanillaMeta-og.jpg
new file mode 100644
index 0000000..808ec3f
Binary files /dev/null and b/frontend-web/public/static/images/logo/vanillaMeta-og.jpg differ
diff --git a/frontend-web/src/seo/Seo.tsx b/frontend-web/src/seo/Seo.tsx
index df0ecf2..d7de7b3 100644
--- a/frontend-web/src/seo/Seo.tsx
+++ b/frontend-web/src/seo/Seo.tsx
@@ -6,7 +6,7 @@ const Seo = props => {
const {
title = 'Vanilla Meta',
description = '최신 엔터프라이즈용 비즈니스 인텔리전스 웹 애플리케이션, Vanilla Meta',
- image = `${ROUTE_URL}/static/images/logo/logo.svg`,
+ image = `${ROUTE_URL}/static/images/logo/vanillaMeta-og.jpg`,
url = ROUTE_URL,
} = props;
const titleText = title === 'Vanilla Meta' ? 'Vanilla Meta' : title + ' - Vanilla Meta';