Skip to content

Commit 6b3b182

Browse files
committed
Don't query for unnecessary fields in gatsby-node.js createPages so people don't think these are needed
1 parent 9f0fbbd commit 6b3b182

File tree

1 file changed

+0
-10
lines changed
  • docs/blog/2017-07-19-creating-a-blog-with-gatsby

1 file changed

+0
-10
lines changed

docs/blog/2017-07-19-creating-a-blog-with-gatsby/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -413,13 +413,8 @@ exports.createPages = ({ boundActionCreators, graphql }) => {
413413
) {
414414
edges {
415415
node {
416-
excerpt(pruneLength: 250)
417-
html
418-
id
419416
frontmatter {
420-
date
421417
path
422-
title
423418
}
424419
}
425420
}
@@ -466,13 +461,8 @@ exports.createPages = ({ boundActionCreators, graphql }) => {
466461
) {
467462
edges {
468463
node {
469-
excerpt(pruneLength: 250)
470-
html
471-
id
472464
frontmatter {
473-
date
474465
path
475-
title
476466
}
477467
}
478468
}

0 commit comments

Comments
 (0)