fix(docs): fix re-rendering github star button in docs header (#1870)
This commit is contained in:
committed by
Shawn Erquhart
parent
79205f7db3
commit
5edc7d29f7
@ -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',
|
||||
|
Reference in New Issue
Block a user