Skip to content

Commit 65af550

Browse files
authored
Merge pull request iissnan#1712 from Jacksgong/fix-mathjax-cdn
fix: using bootcss cdn instead of mathjax official one because the official cdn has been closed
2 parents 10607a5 + 49316a0 commit 65af550

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ highlight_theme: normal
293293
mathjax:
294294
enable: false
295295
per_page: false
296-
cdn: //cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
297-
296+
cdn: //cdn.bootcss.com/mathjax/2.7.1/latest.js?config=TeX-AMS-MML_HTMLorMML
298297

299298
# Han Support docs: https://hanzi.pro/
300299
han: false

0 commit comments

Comments
 (0)