Skip to content

Commit

Permalink
fix(minimal-blog): remove falsy values from plugins list (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdenner authored Apr 24, 2020
1 parent 9ad204e commit 452afa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/gatsby-theme-minimal-blog/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ module.exports = (options) => {
`gatsby-plugin-typescript`,
`gatsby-plugin-catch-links`,
`gatsby-plugin-theme-ui`,
],
].filter(Boolean),
}
}

0 comments on commit 452afa9

Please sign in to comment.