Skip to content

Commit 196183b

Browse files
committed
remove unused 'html' field from GraphQL queries in gatsby-config.js
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 7201c70 commit 196183b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

gatsby-config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ module.exports = {
135135
) {
136136
nodes {
137137
body
138-
html
139138
frontmatter {
140139
title
141140
author
@@ -182,7 +181,6 @@ module.exports = {
182181
) {
183182
nodes {
184183
body
185-
html
186184
frontmatter {
187185
title
188186
author
@@ -228,7 +226,6 @@ module.exports = {
228226
) {
229227
nodes {
230228
body
231-
html
232229
frontmatter {
233230
title
234231
author
@@ -277,7 +274,6 @@ module.exports = {
277274
) {
278275
nodes {
279276
body
280-
html
281277
frontmatter {
282278
title
283279
author
@@ -337,7 +333,6 @@ module.exports = {
337333
) {
338334
nodes {
339335
body
340-
html
341336
frontmatter {
342337
title
343338
author
@@ -388,7 +383,6 @@ module.exports = {
388383
) {
389384
nodes {
390385
body
391-
html
392386
frontmatter {
393387
title
394388
author
@@ -435,7 +429,6 @@ module.exports = {
435429
) {
436430
nodes {
437431
body
438-
html
439432
frontmatter {
440433
title
441434
author

0 commit comments

Comments
 (0)