Skip to content

Commit

Permalink
compressed card:img hosted it on imgbb
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash committed Jun 30, 2020
1 parent c56727f commit 39690ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/components/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ export const Head = ({title, description}) =>{
<meta name="twitter:site" content="@React-ui" />
<meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} />
<meta name="twitter:image" content="https://user-images.githubusercontent.com/1863771/76433547-c0e94e80-63b4-11ea-9cca-c859226e5021.png" />
<meta name="twitter:image" content="https://i.ibb.co/GtvCbGs/76433547-c0e94e80-63b4-11ea-9cca-c859226e5021-min.png" />
<meta name="twitter:image:alt" content="React-ui" />

{/* facebook */}
<meta property="og:type" content="website" />
<meta property="og:title" content={title} />
<meta property="og:description" content={description} />
<meta property="og:image" content="https://user-images.githubusercontent.com/1863771/76433547-c0e94e80-63b4-11ea-9cca-c859226e5021.png" />
<meta property="og:image" content="https://i.ibb.co/GtvCbGs/76433547-c0e94e80-63b4-11ea-9cca-c859226e5021-min.png" />
<meta property="og:ttl" content="604800" />
</Helmet>
)
Expand Down

0 comments on commit 39690ac

Please sign in to comment.