Skip to content

Commit

Permalink
git
Browse files Browse the repository at this point in the history
  • Loading branch information
alguerocode committed Feb 28, 2022
1 parent 374981d commit 55c5170
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Home(): JSX.Element {
/>

<meta property="og:type" content="website" />
<meta property="og:url" content="https://metatags.io/" />
<meta property="og:url" content="https://masterjs.vercel.app/" />
<meta
property="og:title"
content="MasterJS | All you need to master javascript"
Expand All @@ -34,8 +34,7 @@ export default function Home(): JSX.Element {
content="https://masterjs.vercel.app/img/cover.png"
/>

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://metatags.io/" />
<meta property="twitter:card" content="https://masterjs.vercel.app/img/cover.png" />
<meta
property="twitter:title"
content="MasterJS | All you need to master javascript"
Expand All @@ -46,7 +45,7 @@ export default function Home(): JSX.Element {
/>
<meta
property="twitter:image"
content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png"
content="https://masterjs.vercel.app/img/cover.png"
></meta>
</Head>
<Layout title="Home" description={siteConfig.tagline}>
Expand Down

1 comment on commit 55c5170

@vercel
Copy link

@vercel vercel bot commented on 55c5170 Feb 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.