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
d21bb81354
commit
d99cc5284e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
<link rel="stylesheet" href="./out/bundle.css" />
|
||||
<link rel="stylesheet" href="./css/code.css" />
|
||||
<script
|
||||
async
|
||||
defer
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/mml-chtml.js"
|
||||
></script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue