defer, not async, main.js

master
Edward Shen 2021-10-31 12:53:05 -07:00
parent f748fbf265
commit 8cbc1cd3f4
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
dest="/" />
<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/highlightjs-line-numbers.min.js" defer></script>
</head>