Skip to content

Commit

Permalink
chore: Head 기본 title 업데이트 #279
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwukim committed Dec 28, 2023
1 parent 9d63a6f commit be673e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Head/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ interface HeadProps {
}

export default function Head({
title = "오덕 | 애니 리뷰와 평가 서비스",
title = "오덕 | 애니 리뷰 · 애니 평가 서비스",
description = "애니 리뷰 커뮤니티 오덕입니다. 애니 리뷰를 중심으로 다양한 애니 커뮤니티를 만나보세요.",
image = "https://oduck.io/logo/logo-rect.png",
}: HeadProps) {
return (
<Helmet>
{/* HTML meta tag list */}
<title>{title}</title>
<meta name="title" content={title}></meta>
<meta name="description" content={description} />

{/* Facebook meta tag list */}
Expand Down

0 comments on commit be673e6

Please sign in to comment.