hsiung commited on
Commit
32c2839
1 Parent(s): 21f1768

Replace polyfill.io with Cloudflare Image

Browse files

Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>

Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -57,7 +57,7 @@ Exploring Refusal Loss Landscapes </title>
57
 
58
 
59
  <!-- for mathjax support -->
60
- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
61
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
62
 
63
 
 
57
 
58
 
59
  <!-- for mathjax support -->
60
+ <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
61
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
62
 
63