Migrate to new schema for users

This commit is contained in:
Corbin Crutchley
2019-08-10 11:17:24 -07:00
parent 00c5140df8
commit 26847a10b2
9 changed files with 31 additions and 21 deletions

View File

@@ -239,7 +239,7 @@ module.exports = {
`gatsby-plugin-sitemap`
],
mapping: {
"MarkdownRemark.frontmatter.author": `AuthorsJson`,
"AuthorsJson.pronouns": `PronounsJson`,
"MarkdownRemark.frontmatter.author": `UsersJson`,
"UsersJson.pronouns": `PronounsJson`,
},
}