Skip to content

Commit

Permalink
fix(docz-core): prepend dot to default mdx extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Nov 27, 2019
1 parent 6847b02 commit 18f78d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docz-core/src/config/docz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const toOmit = ['_', '$0', 'version', 'help']
export const doczRcBaseConfig = {
themeConfig: {},
themesDir: 'src',
mdxExtensions: ['md', 'mdx'],
mdxExtensions: ['.md', '.mdx'],
docgenConfig: {},
menu: [],
plugins: [],
Expand Down

0 comments on commit 18f78d6

Please sign in to comment.