Skip to content

Commit

Permalink
fix: remove redundant defer attribute in main.js script element
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex-82 committed Sep 10, 2024
1 parent 045b8e9 commit bb94340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
data-domain="chat.rilae.com"
src="https://plausible.rilae.com/js/script.js"
></script>
<script defer type="module" src="./src/main.js"></script>
<script type="module" src="./src/main.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.slate.min.css"
Expand Down

0 comments on commit bb94340

Please sign in to comment.