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 a89496e commit dafe92dCopy full SHA for dafe92d
packages/gatsby-transformer-remark/src/gatsby-node.js
@@ -26,6 +26,7 @@ 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