hsiung commited on
Commit
c4e8f36
1 Parent(s): 3f49bed

Replace polyfill.io with cloudflare

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -34,7 +34,7 @@
34
 
35
 
36
  <!-- for mathjax support -->
37
- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
38
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
39
 
40
 
 
34
 
35
 
36
  <!-- for mathjax support -->
37
+ <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
38
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
39
 
40