Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kantord/zoetic
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Feb 23, 2022
2 parents 81257ca + 41dbe46 commit db0154d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.1](https://github.com/kantord/zoetic/compare/v1.3.0...v1.3.1) (2022-02-22)


### Bug Fixes

* compile mdx-deck ([3384a27](https://github.com/kantord/zoetic/commit/3384a2794b90da301d233aa2426fe62aeedb0971)), closes [#9](https://github.com/kantord/zoetic/issues/9)

# [1.3.0](https://github.com/kantord/zoetic/compare/v1.2.0...v1.3.0) (2022-02-20)


Expand Down
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@ module.exports = {
{
resolve: 'gatsby-theme-mdx-deck',
},
{
resolve: 'gatsby-plugin-compile-es6-packages',
options: {
modules: ['mdx-deck', '@mdx-deck/themes', 'gatsby-theme-mdx-deck'],
},
},
],
}

0 comments on commit db0154d

Please sign in to comment.