1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

chore: always use dynamic polyfill for browsers

This commit is contained in:
Cotes Chung
2023-10-04 19:01:48 +08:00
parent 2bc3172444
commit 0e2d593b00
4 changed files with 2 additions and 8 deletions

View File

@@ -87,7 +87,7 @@
}
};
</script>
<script src="{{ site.data.origin[type].polyfill.js | relative_url }}"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="{{ site.data.origin[type].mathjax.js | relative_url }}"></script>
{% endif %}