From 83ce271100f5d9ea1d931aef6dc6d78b9633a11f Mon Sep 17 00:00:00 2001 From: mdashallanson <42622404+mdashallanson@users.noreply.github.com> Date: Fri, 7 Jun 2019 01:38:42 +0100 Subject: [PATCH] Update gatsby-node.js (#14589) --- examples/hn/gatsby-node.js | 2 ++ 1 file changed, 2 insertions(+) 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