defer, not async, main.js

This commit is contained in:
Edward Shen 2021-10-31 12:53:05 -07:00
parent f748fbf265
commit 8cbc1cd3f4
Signed by: edward
GPG key ID: 19182661E818369F

View file

@ -12,7 +12,7 @@
dest="/" /> dest="/" />
<link data-trunk rel="scss" href="src/main.scss" /> <link data-trunk rel="scss" href="src/main.scss" />
<script src="static/main.js" async></script> <script src="static/main.js" defer></script>
<script src="static/highlight.min.js" defer></script> <script src="static/highlight.min.js" defer></script>
<script src="static/highlightjs-line-numbers.min.js" defer></script> <script src="static/highlightjs-line-numbers.min.js" defer></script>
</head> </head>