Skip to content

Commit

Permalink
feat: Expose pronouns to the gatsby data for GraphQL
Browse files Browse the repository at this point in the history
  • Loading branch information
hola-soy-milk authored and jtfairbank committed Sep 1, 2022
1 parent 62075a7 commit 0f7b058
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions gatsby/transform-nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ module.exports = onCreateNode = ({
},
})
} else if (

/*
/*
Subregions
------------------------------------------------------------
*/
Expand Down Expand Up @@ -89,8 +88,7 @@ module.exports = onCreateNode = ({
},
})
} else if (

/*
/*
Team Roles
------------------------------------------------------------
*/
Expand Down Expand Up @@ -124,8 +122,7 @@ module.exports = onCreateNode = ({
},
})
} else if (

/*
/*
Team Members
------------------------------------------------------------
*/
Expand All @@ -152,6 +149,7 @@ module.exports = onCreateNode = ({
bio: fm.bio,
link: fm.link,
beyondDA: fm.beyondDA,
pronouns: fm.pronouns,

// Metadata
fileRelativePath: fileRelativePath,
Expand Down

0 comments on commit 0f7b058

Please sign in to comment.