File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,38 @@ module.exports = {
24
24
organizationName : 'ionic-team' ,
25
25
projectName : 'ionic-docs' ,
26
26
themeConfig : {
27
- metadata : [ { name : 'og:image' , content : 'https://ionicframework.com/docs/img/meta/open-graph.png' } ] ,
27
+ metadata : [
28
+ { name : 'og:image' , content : 'https://ionicframework.com/docs/img/meta/open-graph.png' } ,
29
+ { name : 'twitter:image' , content : 'https://ionicframework.com/docs/img/meta/open-graph.png' } ,
30
+ {
31
+ name : 'twitter:card' ,
32
+ content : 'summary_large_image' ,
33
+ } ,
34
+ {
35
+ name : 'twitter:domain' ,
36
+ content : 'ionicframework.com' ,
37
+ } ,
38
+ {
39
+ name : 'twitter:site' ,
40
+ content : '@ionicframework' ,
41
+ } ,
42
+ {
43
+ name : 'twitter:creator' ,
44
+ content : 'ionicframework' ,
45
+ } ,
46
+ {
47
+ name : 'fb:page_id' ,
48
+ content : '1321836767955949' ,
49
+ } ,
50
+ {
51
+ name : 'og:type' ,
52
+ content : 'website' ,
53
+ } ,
54
+ {
55
+ name : 'og:site_name' ,
56
+ content : 'Ionic Framework Docs' ,
57
+ } ,
58
+ ] ,
28
59
colorMode : {
29
60
defaultMode : 'light' ,
30
61
} ,
You can’t perform that action at this time.
0 commit comments