Skip to content

Commit

Permalink
fix seo
Browse files Browse the repository at this point in the history
  • Loading branch information
mstfash committed Jan 15, 2021
1 parent 231e99f commit 26acaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SEO.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const SEO = ({ pathname = "", customTitle }) => {
name="viewport"
content="width=device-width,initial-scale=1,shrink-to-fit=no,viewport-fit=cover"
/>

<meta property="og:title" content={title} />
<meta property="og:url" content={href} />
<meta property="og:type" content="website" />
<meta property="og:site_name" content={title} />
Expand Down

0 comments on commit 26acaab

Please sign in to comment.