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:
parent
e8e9fe2759
commit
d400c82493
@ -79,7 +79,12 @@ module.exports = {
|
|||||||
'gatsby-remark-prismjs',
|
'gatsby-remark-prismjs',
|
||||||
'gatsby-remark-autolink-headers',
|
'gatsby-remark-autolink-headers',
|
||||||
'gatsby-remark-copy-linked-files',
|
'gatsby-remark-copy-linked-files',
|
||||||
'gatsby-remark-component'
|
{
|
||||||
|
resolve: 'gatsby-remark-component',
|
||||||
|
options: {
|
||||||
|
components: ['repo']
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user