Skip to content

Commit

Permalink
Fix anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebazai committed May 31, 2020
1 parent f110015 commit 451863e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gatsby-transformer-moocfi-exercises/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ exports.setFieldsOnGraphQLNodeType = ({ type }) => {
return {
id,
location: res.location,
type: "in-browser-programming-exercise",
type: "programming-exercise",
parentPagePath: node.frontmatter.path,
}
})
Expand Down

0 comments on commit 451863e

Please sign in to comment.