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 b8ccb86 commit 7b7c471Copy full SHA for 7b7c471
gatsby-node.js
@@ -30,7 +30,6 @@ exports.createPages = ({ actions, graphql }) => {
30
31
posts.forEach(edge => {
32
const id = edge.node.id;
33
- console.log("SLUG", edge.node.fields.slug);
34
createPage({
35
path: edge.node.fields.slug,
36
component: path.resolve(
0 commit comments