Skip to content

Commit

Permalink
[FEATURE] title 요소 수정 (#66)
Browse files Browse the repository at this point in the history
* delete: title 요소 삭제 (#64)

* feat: Open Graph 이미지 수정 (#64)

* feat: Open Graph title 수정 (#64)
  • Loading branch information
hyunmin0317 authored Dec 30, 2024
1 parent 4c90d7a commit 810a26c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:type" content="website" />
<meta property="og:title" content="smunity" />
<meta property="og:title" content="SMUNITY" />
<meta property="og:description" content="상명대학교 졸업요건 검사 사이트" />
<meta
property="og:image"
content="https://user-images.githubusercontent.com/63601183/182406040-d05ae4a4-e48a-43d9-94d3-e4b3e1e3e9c8.jpg"
/>
<meta property="og:image" content="%PUBLIC_URL%/images/main.jpg" />
<meta property="og:url" content="https://smunity.co.kr" />
<meta name="description" content="상명대학교 졸업요건 검사 사이트" />
<meta
Expand Down Expand Up @@ -50,7 +47,6 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 810a26c

Please sign in to comment.