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 16, 2023
1 parent 2f328a5 commit 29909e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>오덕</title>
<title>오덕 | 애니 리뷰와 평가 서비스</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Head/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface HeadProps {
}

export default function Head({
title = "오덕 | 애니 리뷰 커뮤니티",
title = "오덕 | 애니 리뷰와 평가 서비스",
description = "애니 리뷰 커뮤니티 오덕입니다. 애니 리뷰를 중심으로 다양한 애니 커뮤니티를 만나보세요.",
image = "https://oduck.io/logo/logo-rect.png",
}: HeadProps) {
Expand Down

0 comments on commit 29909e1

Please sign in to comment.