Skip to content

Commit

Permalink
[#34] mathjax library 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomkoding committed Sep 22, 2021
1 parent 991fc95 commit d4c73ff
Show file tree
Hide file tree
Showing 4 changed files with 1,101 additions and 20 deletions.
1 change: 1 addition & 0 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ import './src/styles/_colors.scss';
import './src/styles/_global-style.scss';
import './src/styles/_markdown-style.scss';
import 'prismjs/themes/prism-tomorrow.css';
import 'gatsby-remark-mathjax-ssr/mathjax.css';
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module.exports = {
`gatsby-remark-autolink-headers`,
`gatsby-remark-copy-linked-files`,
`gatsby-remark-smartypants`,
`gatsby-remark-mathjax`,
`gatsby-remark-mathjax-ssr`,
],
},
},
Expand Down
Loading

0 comments on commit d4c73ff

Please sign in to comment.