Skip to content

Commit

Permalink
fix meta url (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: alifr <[email protected]>
  • Loading branch information
alifr and alifr authored Dec 15, 2020
1 parent c0fb67c commit cbd53b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/PolicyPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const PolicyPage = () => {
<meta property="og:title" content={t("metaData.OG_title")} />
<meta name="description" content={t("metaData.description")} />
<meta property="og:description" content={t("metaData.OG_description")} />
<link rel="canonical" href={`${process.env.REACT_APP_PUBLIC_URL}/policy`} />
<meta property="og:url" content={`${process.env.REACT_APP_PUBLIC_URL}/policy`} />
<link rel="canonical" href={`${process.env.REACT_APP_PUBLIC_URL}/website-privacy-security`} />
<meta property="og:url" content={`${process.env.REACT_APP_PUBLIC_URL}/website-privacy-security`} />
</Helmet>
<Container className="pageHeader--gradient">
<Typography variant="h2" component="h1">
Expand Down

0 comments on commit cbd53b1

Please sign in to comment.