@@ -95,36 +95,36 @@ const config: Config = {
95
95
content :
96
96
"victory, documentation, react, charts, charting, data, viz, d3" ,
97
97
} ,
98
- { name : "og:type" , content : "website" } ,
98
+ { property : "og:type" , content : "website" } ,
99
99
{
100
- name : "og:url" ,
100
+ property : "og:url" ,
101
101
content : "https://commerce.nearform.com/open-source/victory/" ,
102
102
} ,
103
- { name : "og:title" , content : `${ title } - React Charting Components` } ,
103
+ { property : "og:title" , content : `${ title } - React Charting Components` } ,
104
104
{
105
- name : "og:description" ,
105
+ property : "og:description" ,
106
106
content : tagline ,
107
107
} ,
108
108
{
109
- name : "og:image" ,
109
+ property : "og:image" ,
110
110
content :
111
111
"https://commerce.nearform.com/open-source/victory/open-graph.png" ,
112
112
} ,
113
- { name : "twitter:card" , content : "summary_large_image" } ,
113
+ { property : "twitter:card" , content : "summary_large_image" } ,
114
114
{
115
- name : "twitter:url" ,
115
+ property : "twitter:url" ,
116
116
content : "https://commerce.nearform.com/open-source/victory/" ,
117
117
} ,
118
118
{
119
- name : "twitter:title" ,
119
+ property : "twitter:title" ,
120
120
content : `${ title } - React Charting Components` ,
121
121
} ,
122
122
{
123
- name : "twitter:description" ,
123
+ property : "twitter:description" ,
124
124
content : tagline ,
125
125
} ,
126
126
{
127
- name : "twitter:image" ,
127
+ property : "twitter:image" ,
128
128
content :
129
129
"https://commerce.nearform.com/open-source/victory/open-graph.png" ,
130
130
} ,
0 commit comments