diff --git a/frontend-web/public/index.html b/frontend-web/public/index.html
index cbad324..67b4137 100644
--- a/frontend-web/public/index.html
+++ b/frontend-web/public/index.html
@@ -3,24 +3,24 @@
-
-
- Vanilla Meta
+
+
+ VanillaMeta
-
-
+
+
-
+
-
+
-
+
diff --git a/frontend-web/src/seo/Seo.tsx b/frontend-web/src/seo/Seo.tsx
index d7de7b3..1b5c153 100644
--- a/frontend-web/src/seo/Seo.tsx
+++ b/frontend-web/src/seo/Seo.tsx
@@ -4,12 +4,12 @@ import { Helmet } from 'react-helmet-async';
const Seo = props => {
const {
- title = 'Vanilla Meta',
- description = '최신 엔터프라이즈용 비즈니스 인텔리전스 웹 애플리케이션, Vanilla Meta',
+ title = 'VanillaMeta',
+ description = '최신 엔터프라이즈용 비즈니스 인텔리전스 웹 애플리케이션, VanillaMeta',
image = `${ROUTE_URL}/static/images/logo/vanillaMeta-og.jpg`,
url = ROUTE_URL,
} = props;
- const titleText = title === 'Vanilla Meta' ? 'Vanilla Meta' : title + ' - Vanilla Meta';
+ const titleText = title === 'VanillaMeta' ? 'VanillaMeta' : title + ' - VanillaMeta';
return (
@@ -25,7 +25,7 @@ const Seo = props => {
-
+
diff --git a/landing-page/index.html b/landing-page/index.html
index b7b1b6a..5bb929e 100644
--- a/landing-page/index.html
+++ b/landing-page/index.html
@@ -7,27 +7,27 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
-
-
- Vanilla Meta
+
+
+ VanillaMeta - 누구나 쉽게 사용하는 통합 데이터 분석
-
-
-
+
+
+
-
+
-
-
+
+
-
+
-
+
@@ -57,7 +57,7 @@