@@ -161,18 +161,12 @@ const getWebpackConfig = (env, argv) => {
161
161
sizes : "180x180"
162
162
} ,
163
163
] ,
164
- meta : [
165
- { name : "viewport" , content : "width=device-width, initial-scale=1.0, shrink-to-fit=no" } ,
166
- { name : "description" , content : metaDescription } ,
167
- { name : "keywords" , content : metaKeywords } ,
168
- { name : "robots" , content : "index, follow" } ,
169
- { property : "og:title" , content : configuredSPAs . appTitle } ,
170
- { property : "og:type" , content : "website" } ,
171
- { property : "og:url" , content : metaOwnUrl } ,
172
- { property : "og:description" , content : metaDescription } ,
173
- { property : "twitter:title" , content : configuredSPAs . appTitle } ,
174
- { property : "twitter:description" , content : metaDescription } ,
175
- ] ,
164
+ meta : {
165
+ viewport : "width=device-width, initial-scale=1.0, shrink-to-fit=no" ,
166
+ description : metaDescription ,
167
+ keywords : metaKeywords ,
168
+ robots : "index, follow" ,
169
+ } ,
176
170
minify : false ,
177
171
} )
178
172
) ;
0 commit comments