Skip to content

Commit fe9aae6

Browse files
committed
migrate to gatsby-plugin-mdx
1 parent ded8882 commit fe9aae6

File tree

4 files changed

+1314
-902
lines changed

4 files changed

+1314
-902
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
'gatsby-plugin-emotion',
99
'gatsby-plugin-react-helmet',
1010
{
11-
resolve: 'gatsby-mdx',
11+
resolve: 'gatsby-plugin-mdx',
1212
options: {
1313
defaultLayouts: {
1414
default: require.resolve('./src/components/layout.js'),

0 commit comments

Comments
 (0)