We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a68a3 commit c914114Copy full SHA for c914114
src/templates/WordPressBlog.vue
@@ -129,7 +129,7 @@ export default {
129
{
130
key: `og:image`,
131
property: `og:image`,
132
- content: this.$page.metadata.siteOgImage,
+ content: this.$page.wordPressBlog.featuredMedia.sourceUrl,
133
},
134
135
key: `og:title`,
@@ -141,7 +141,7 @@ export default {
141
142
143
name: 'twitter:image',
144
145
}
146
]
147
0 commit comments