refactor: replace polyfill.io
for cdnjs
hosted link (#1598)
This commit is contained in:
parent
795ff3f4c3
commit
75a3d7399b
2 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ cdns:
|
||||||
- url: https://fonts.googleapis.com
|
- url: https://fonts.googleapis.com
|
||||||
# jsDelivr CDN
|
# jsDelivr CDN
|
||||||
- url: https://cdn.jsdelivr.net
|
- url: https://cdn.jsdelivr.net
|
||||||
# polyfill.io for math
|
# polyfill.io for math (cdnjs.cloudflare.com/polyfill)
|
||||||
- url: https://polyfill.io
|
- url: https://cdnjs.cloudflare.com
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
|
||||||
<script id="MathJax-script" async src="{{ site.data.origin[type].mathjax.js | relative_url }}"></script>
|
<script id="MathJax-script" async src="{{ site.data.origin[type].mathjax.js | relative_url }}"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue