diff --git a/gridsome.config.js b/gridsome.config.js index 333a1bc..67c6619 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -72,7 +72,7 @@ module.exports = { image: node.feature_image, title: node.title, date: new Date(node.published_at || null), - content: node.html, + content: '' + node.html, }), }, },