diff --git a/index.html b/index.html index fc753537..8257a798 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ - + - 오덕 + 오덕 | 애니 리뷰와 평가 서비스 diff --git a/src/components/Head/index.tsx b/src/components/Head/index.tsx index d7b2d4eb..ac5e15bc 100644 --- a/src/components/Head/index.tsx +++ b/src/components/Head/index.tsx @@ -7,7 +7,7 @@ interface HeadProps { } export default function Head({ - title = "오덕 | 애니 리뷰 커뮤니티", + title = "오덕 | 애니 리뷰와 평가 서비스", description = "애니 리뷰 커뮤니티 오덕입니다. 애니 리뷰를 중심으로 다양한 애니 커뮤니티를 만나보세요.", image = "https://oduck.io/logo/logo-rect.png", }: HeadProps) {