Skip to content

Commit

Permalink
migrate to gatsby-plugin-mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
1Marc committed Aug 4, 2019
1 parent ded8882 commit fe9aae6
Show file tree
Hide file tree
Showing 4 changed files with 1,314 additions and 902 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'gatsby-plugin-emotion',
'gatsby-plugin-react-helmet',
{
resolve: 'gatsby-mdx',
resolve: 'gatsby-plugin-mdx',
options: {
defaultLayouts: {
default: require.resolve('./src/components/layout.js'),
Expand Down
Loading

0 comments on commit fe9aae6

Please sign in to comment.