File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/docs/src/components Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ export const Head = ({title, description}) =>{
1414 < meta name = "twitter:site" content = "React-ui" />
1515 < meta name = "twitter:title" content = { title } />
1616 < meta name = "twitter:description" content = { description } />
17+ < meta name = "twitter:image" content = "https://user-images.githubusercontent.com/1863771/76433547-c0e94e80-63b4-11ea-9cca-c859226e5021.png" />
1718
1819 { /* facebook */ }
1920 < meta property = "og:type" content = "website" />
2021 < meta property = "og:title" content = { title } />
2122 < meta property = "og:description" content = { description } />
23+ < meta property = "og:image" content = "https://user-images.githubusercontent.com/1863771/76433547-c0e94e80-63b4-11ea-9cca-c859226e5021.png" />
2224 < meta property = "og:ttl" content = "604800" />
2325 </ Helmet >
2426 )
You can’t perform that action at this time.
0 commit comments