Skip to content

Commit

Permalink
feature: adds facebook meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam David committed May 6, 2021
1 parent 5507059 commit d005366
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/seo/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ function SEOMetadata({ description, lang, meta, title, img, pathname }) {
content: metaDescription,
},
].concat(meta)}
></Helmet>
>
<meta name="facebook-domain-verification" content="dkgvc9zjrewf4g2yxieshccvr9cajx" />
</Helmet>
)
}

Expand Down

0 comments on commit d005366

Please sign in to comment.