diff --git a/examples/hn/gatsby-node.js b/examples/hn/gatsby-node.js index 66b9b71e92bbb..8f3f97b1e661b 100644 --- a/examples/hn/gatsby-node.js +++ b/examples/hn/gatsby-node.js @@ -2,6 +2,8 @@ const _ = require(`lodash`) const path = require(`path`) const slash = require(`slash`) +/* ignore this comment */ + // Implement the Gatsby API “createPages”. This is // called after the Gatsby bootstrap is finished so you have // access to any information necessary to programmatically