Skip to content

Commit d4c73ff

Browse files
committed
[#34] mathjax library 변경
1 parent 991fc95 commit d4c73ff

File tree

4 files changed

+1101
-20
lines changed

4 files changed

+1101
-20
lines changed

gatsby-browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ import './src/styles/_colors.scss';
44
import './src/styles/_global-style.scss';
55
import './src/styles/_markdown-style.scss';
66
import 'prismjs/themes/prism-tomorrow.css';
7+
import 'gatsby-remark-mathjax-ssr/mathjax.css';

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module.exports = {
126126
`gatsby-remark-autolink-headers`,
127127
`gatsby-remark-copy-linked-files`,
128128
`gatsby-remark-smartypants`,
129-
`gatsby-remark-mathjax`,
129+
`gatsby-remark-mathjax-ssr`,
130130
],
131131
},
132132
},

0 commit comments

Comments
 (0)