fix(docs): fix re-rendering github star button in docs header (#1870)

This commit is contained in:
Zeb Pykosz
2018-11-12 11:37:45 -05:00
committed by Shawn Erquhart
parent 79205f7db3
commit 5edc7d29f7
3 changed files with 36 additions and 16 deletions

View File

@ -38,8 +38,6 @@ module.exports = {
name: 'content',
},
},
'gatsby-transformer-yaml',
'gatsby-transformer-json',
{
resolve: 'gatsby-source-filesystem',
options: {
@ -62,6 +60,8 @@ module.exports = {
]
},
},
'gatsby-transformer-yaml',
'gatsby-transformer-json',
'gatsby-plugin-postcss',
'gatsby-plugin-react-helmet',
'gatsby-plugin-catch-links',