mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
chore: use defer instead of async for mathjax
This commit is contained in:
parent
1d04604a71
commit
65b21689c8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue