Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d24e84

Browse files
authored
perf(www): get rid of unnecessary items in query (gatsbyjs#21115)
1 parent 27ce96f commit 4d24e84

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

www/gatsby-node.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,6 @@ exports.createPages = ({ graphql, actions, reporter }) => {
187187
id
188188
title
189189
slug
190-
readme {
191-
id
192-
childMarkdownRemark {
193-
id
194-
html
195-
}
196-
}
197190
}
198191
}
199192
}

0 commit comments

Comments
 (0)