@@ -145,7 +145,7 @@ export default {
*/
checkAndSetHero(post) {
if(!post) return
- const json = { url: post.featured, heroType: 'image' }
+ let json = { url: post.featured, heroType: 'image' }
if(post.hero && JSON.parse(post.hero).url) {
json = JSON.parse(post.hero)
json.heroType = 'video'