@@ -17,7 +17,7 @@ export default {
17
17
// Twitter Card Meta
18
18
// Doc: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started.html
19
19
{ property : 'twitter:card' , content : 'summary' } ,
20
- { property : 'twitter:site' , value : '@codotype ' } ,
20
+ { property : 'twitter:site' , value : '@aeksco ' } ,
21
21
{ property : 'twitter:creator' , value : '@aeksco' } ,
22
22
23
23
// OpenGraph Meta
@@ -26,7 +26,9 @@ export default {
26
26
{ property : 'og:type' , content : 'website' } ,
27
27
{ property : 'og:title' , content : 'Nuxt Netlify Lambda Starter' } ,
28
28
{ property : 'og:description' , content : 'SEO-friendly website starter backed by Netlify lambda functions' } ,
29
- { property : 'og:image' , content : 'https://nuxtjs.org/meta_640.png' }
29
+ { property : 'og:image' , content : 'https://nuxtjs.org/meta_640.png' } ,
30
+ { property : 'og:image:height' , content : 640 } ,
31
+ { property : 'og:image:width' , content : 640 } ,
30
32
] ,
31
33
link : [ { rel : 'icon' , type : 'image/x-icon' , href : '/favicon.ico' } ]
32
34
} ,
0 commit comments