Skip to content

Commit

Permalink
Add frontmatter imageAlt to fieldData (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
crhayes authored Nov 9, 2020
1 parent 1ddd07c commit 212d7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-theme-blog-core/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ exports.onCreateNode = async (
slug,
date: node.frontmatter.date,
image: node.frontmatter.image,
imageAlt: node.frontmatter.imageAlt,
socialImage: node.frontmatter.socialImage,
}

Expand Down

0 comments on commit 212d7b3

Please sign in to comment.