Skip to content

Commit

Permalink
fix: remove async, defer attribute in script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sounmind committed Jul 16, 2024
1 parent 5bbc42d commit 991b9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/>

<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<script src="./main.js" async defer type="module"></script>
<script src="./main.js" type="module"></script>
</head>

<body>
Expand Down

0 comments on commit 991b9cc

Please sign in to comment.