1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

disable auto-detection of gatsby-remark-component

This commit is contained in:
Matthias Kretschmann 2018-11-12 13:35:38 +01:00
parent e8e9fe2759
commit d400c82493
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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']
}
}
]
}
},