Skip to content

Commit 423325f

Browse files
remove unnecessary gql fields (#14241)
1 parent c9a25ae commit 423325f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gatsby/onPostBuild.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,6 @@ export const onPostBuild: GatsbyNode['onPostBuild'] = async ({ graphql, reporter
670670
}
671671
docsHandbook: allMdx(filter: { fields: { slug: { regex: "/^/handbook|^/docs/" } } }) {
672672
nodes {
673-
rawBody
674-
body
675673
fields {
676674
slug
677675
contributors {

0 commit comments

Comments
 (0)