File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export default {
129129 {
130130 key: ` og:image` ,
131131 property: ` og:image` ,
132- content: this .$page .metadata . siteOgImage ,
132+ content: this .$page .wordPressBlog . featuredMedia . sourceUrl ,
133133 },
134134 {
135135 key: ` og:title` ,
@@ -141,7 +141,7 @@ export default {
141141 },
142142 {
143143 name: ' twitter:image' ,
144- content: this .$page .metadata . siteOgImage ,
144+ content: this .$page .wordPressBlog . featuredMedia . sourceUrl ,
145145 }
146146 ]
147147 }
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export default {
127127 {
128128 key: ` og:image` ,
129129 property: ` og:image` ,
130- content: this .$page .metadata . siteOgImage ,
130+ content: this .$page .wordPressPost . featuredMedia . sourceUrl ,
131131 },
132132 {
133133 key: ` og:title` ,
@@ -139,19 +139,11 @@ export default {
139139 },
140140 {
141141 name: ' twitter:image' ,
142- content: this .$page .metadata . siteOgImage ,
142+ content: this .$page .wordPressPost . featuredMedia . sourceUrl ,
143143 }
144144 ]
145145 }
146- },
147- data () {
148- return {
149- result: [],
150- title: ' ' ,
151- description: ' ' ,
152- bodyHtml: ' '
153- }
154- },
146+ }
155147}
156148 </script >
157149
You can’t perform that action at this time.
0 commit comments