Skip to content

Commit

Permalink
feat(seo): og:title 변경
Browse files Browse the repository at this point in the history
문구가 중복되어 `og:title`의 내용을 변경

Signed-off-by: chayeoi <[email protected]>
  • Loading branch information
chayeoi committed Dec 26, 2020
1 parent 8e7986c commit da4cd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SEO/SEO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function SEO({
// },
{
property: 'og:title',
content: title ? `${title} | ${site.siteMetadata.title}` : site.siteMetadata.title,
content: title,
},
{
property: 'og:description',
Expand Down

0 comments on commit da4cd6e

Please sign in to comment.