chore: use defer instead of async for mathjax

This commit is contained in:
Youwen Wu 2024-06-13 23:00:37 -07:00
parent 1d04604a71
commit 65b21689c8
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -51,7 +51,7 @@
<link rel="stylesheet" href="./out/bundle.css" /> <link rel="stylesheet" href="./out/bundle.css" />
<link rel="stylesheet" href="./css/code.css" /> <link rel="stylesheet" href="./css/code.css" />
<script <script
async defer
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/mml-chtml.js" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/mml-chtml.js"
></script> ></script>