Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 7d405c5

Browse files
committed
feat(gatsby-theme-docz): use mdxExtensions from config
in gatsby-plugin-mdx
1 parent 77b84e8 commit 7d405c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/gatsby-theme-docz/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = opts => {
6161
{
6262
resolve: 'gatsby-plugin-mdx',
6363
options: {
64-
extensions: ['.md', '.mdx'],
64+
extensions: config.mdxExtensions,
6565
remarkPlugins:
6666
config && config.mdPlugins
6767
? config.mdPlugins.concat(mdPlugins)

0 commit comments

Comments
 (0)