Skip to content

Commit

Permalink
[#46] Fix: 배포를 위한 meta 데이터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseopKim committed Apr 11, 2021
1 parent 8477889 commit 41081df
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
Binary file added public/favicon.ico
Binary file not shown.
16 changes: 8 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name="theme-color" content="#000000" />
<meta name="title" property="og:title" content="RealPiano Live 신청곡" />
<meta
name="description"
property="og:description"
content="리얼피아노 유튜브 방송에 신청곡을 남겨주세요 :)"
name="title"
property="og:title"
content="Play The Song : 음악 방송 신청곡"
/>
<meta
name="image"
property="og:image"
content="http://www.realpianolive.com/static/media/realpiano_logo_white.3ec599fb.jpg"
name="description"
property="og:description"
content="유튜브 라이브 음악 방송에 신청곡을 남겨주세요 :)"
/>
<meta name="url" property="og:url" content="http://www.realpianolive.com" />
<meta name="image" property="og:image" content="" />
<meta name="url" property="og:url" content="http://www.playthesong.live" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
16 changes: 10 additions & 6 deletions src/common/ReactHelmet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,22 @@ const ReactHelmet = ({ title }) => {
rel="stylesheet"
/>
<title>{`Play The Song | ${title}`}</title>
<meta name="title" property="og:title" content="RealPiano Live 신청곡" />
<meta
name="title"
property="og:title"
content="Play The Song : 음악 방송 신청곡"
/>
<meta
name="description"
property="og:description"
content="리얼피아노 유튜브 방송에 신청곡을 남겨주세요 :)"
content="유튜브 라이브 음악 방송에 신청곡을 남겨주세요 :)"
/>
<meta name="image" property="og:image" content="" />
<meta
name="image"
property="og:image"
content="http://www.realpianolive.com/static/media/realpiano_logo_white.3ec599fb.jpg"
name="url"
property="og:url"
content="http://www.playthesong.live"
/>
<meta name="url" property="og:url" content="" />
</Helmet>
);
};
Expand Down

0 comments on commit 41081df

Please sign in to comment.