diff --git a/packages/gatsby-source-contentful/src/normalize.js b/packages/gatsby-source-contentful/src/normalize.js index 8853c86f69877..572e1dd3da0c3 100644 --- a/packages/gatsby-source-contentful/src/normalize.js +++ b/packages/gatsby-source-contentful/src/normalize.js @@ -221,7 +221,7 @@ exports.buildForeignReferenceMap = ({ } function prepareTextNode(node, key, text, createNodeId) { - const str = _.isString(text) ? text : ` ` + const str = _.isString(text) ? text : `` const textNode = { id: createNodeId(`${node.id}${key}TextNode`), parent: node.id,