Skip to content

Commit

Permalink
gatsby-node.js - try defining hero_image and custom_icon explicitly
Browse files Browse the repository at this point in the history
I'm being hopeful here, I think...  has failed in the past, see
comments in the file.

Posted in a related bug here:

gatsbyjs/gatsby#3344 (comment)
  • Loading branch information
Nick Stokoe committed Dec 8, 2021
1 parent 5e1438d commit 8f2c730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ exports.createSchemaCustomization = ({ actions }) => {
region: String
is_published: Boolean
legend_text: String @md
custom_icon: File
hero_image: File
}
`)
}
Expand Down

0 comments on commit 8f2c730

Please sign in to comment.