Skip to content

Commit 62d6160

Browse files
committed
reverting to jsdelivr defaults for now
1 parent ace06aa commit 62d6160

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ assets/@mathjax/mathjax-newcm-font/*
100100
assets/@mathjax/mathjax-newcm-font/chtml/*
101101
!assets/@mathjax/mathjax-newcm-font/chtml/dynamic/
102102
!assets/@mathjax/mathjax-newcm-font/chtml/woff2/
103-
!assets/@mathjax/mathjax-newcm-font/tex-mml-chtml-mathjax-newcm.js
104103

105104
assets/mermaid/*
106105
!assets/mermaid/package.json

_layouts/page.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,10 @@
6363
window.MathJax = {
6464
chtml: {
6565
displayAlign: 'left'
66-
},
67-
loader: {
68-
paths: {
69-
'mathjax-newcm': '[mathjax]'
70-
}
7166
}
7267
};
7368
</script>
74-
<script src="/assets/@mathjax/mathjax-newcm-font/tex-mml-chtml-mathjax-newcm.js?{{ time }}"></script>
69+
<script src="/assets/mathjax/tex-chtml.js?{{ time }}"></script>
7570

7671
<!-- https://github.com/verlok/vanilla-lazyload -->
7772
<script src="/assets/intersection-observer/intersection-observer.js?{{ time }}"></script>

0 commit comments

Comments
 (0)