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 4aadaa7 commit f9c2de5Copy full SHA for f9c2de5
src/templates/WordPressPost.vue
@@ -127,7 +127,7 @@ export default {
127
{
128
key: `og:image`,
129
property: `og:image`,
130
- content: this.$page.metadata.siteOgImage,
+ content: this.$page.wordPressPost.featuredMedia.sourceUrl,
131
},
132
133
key: `og:title`,
@@ -139,7 +139,7 @@ export default {
139
140
141
name: 'twitter:image',
142
143
}
144
]
145
0 commit comments