Skip to content

Commit

Permalink
Merge pull request #311 from sharemindteam/feat/change_meta_tag
Browse files Browse the repository at this point in the history
[Feat] meta 태그 title, description 변경
  • Loading branch information
rmdnps10 authored Jun 25, 2024
2 parents d9c8a79 + a9f69cc commit f140584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="Web site created using create-react-app"
content="나와 비슷한 경험을 공유하는 사람들과 익명으로 부담없이 연애상담을 나눠보세요."
/>

<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" />
Expand All @@ -28,7 +28,7 @@
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>Sharemind</title>
<title>셰어마인드 - 경험 공유 연애상담 플랫폼</title>
</head>
<!-- Google tag (gtag.js) -->
<script
Expand Down

0 comments on commit f140584

Please sign in to comment.