Skip to content

Commit dafe92d

Browse files
committed
Debugging
1 parent a89496e commit dafe92d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby-transformer-remark/src/gatsby-node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ async function onNodeCreate({
2626
return
2727
}
2828

29+
console.log("loadNodeContent", loadNodeContent)
2930
const content = await loadNodeContent(node)
3031
const data = grayMatter(content)
3132
const contentDigest = crypto

0 commit comments

Comments
 (0)