Skip to content

Commit f36fb24

Browse files
committed
Provide providerImportSource to fix MDX tables
1 parent 46e9e0a commit f36fb24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/gatsby-node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module.exports.onCreateWebpackConfig = ({ actions, getConfig }) => {
5353
loader: '@mdx-js/loader',
5454
/** @type {import('@mdx-js/loader').Options} */
5555
options: {
56+
providerImportSource: '@mdx-js/react',
5657
remarkPlugins: [
5758
require('remark-slug'),
5859
require('remark-gfm-1'),

0 commit comments

Comments
 (0)