We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed13071 commit 2cc1488Copy full SHA for 2cc1488
nuxt.config.js
@@ -29,6 +29,7 @@ export default {
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 },
32
+ { property: 'og:image:alt', content: 'Nuxt.js Logo' },
33
],
34
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
35
},
0 commit comments