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 dafe92d commit f7d379aCopy full SHA for f7d379a
packages/gatsby-transformer-remark/src/gatsby-node.js
@@ -26,7 +26,6 @@ async function onNodeCreate({
26
return
27
}
28
29
- console.log("loadNodeContent", loadNodeContent)
30
const content = await loadNodeContent(node)
31
const data = grayMatter(content)
32
const contentDigest = crypto
0 commit comments