Skip to content

Commit

Permalink
switch to a CDN for serving mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy authored and Dave Smith committed Oct 21, 2020
1 parent ba012b9 commit 46c2a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-data/board.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="alternate" hreflang="{{.}}" href="{{../boardUriComponent}}?lang={{.}}" />
{{/languages}}
<script src="../polyfill.min.js"></script>
<script type="text/javascript" id="MathJax-script" src="https://mj.dasmithmaths.com/mathjax/tex-svg-full.js"></script>
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg-full.js"></script>
</head>

<body>
Expand Down

0 comments on commit 46c2a61

Please sign in to comment.