mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
remove console log
This commit is contained in:
parent
b0817bfc1f
commit
36fa33f6ea
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ exports.createPages = ({ boundActionCreators, graphql }) => {
|
|||
return Promise.reject(result.errors);
|
||||
}
|
||||
result.data.allMarkdownRemark.edges.forEach(({ node }) => {
|
||||
console.log(node);
|
||||
createPage({
|
||||
path: node.frontmatter.path,
|
||||
component: path.resolve(`src/templates/${String(node.frontmatter.templateKey)}.js`),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue