diff --git a/gatsby-config.js b/gatsby-config.js index 42a4a4a8..a45c92d8 100755 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -79,7 +79,12 @@ module.exports = { 'gatsby-remark-prismjs', 'gatsby-remark-autolink-headers', 'gatsby-remark-copy-linked-files', - 'gatsby-remark-component' + { + resolve: 'gatsby-remark-component', + options: { + components: ['repo'] + } + } ] } },