Skip to content

Commit

Permalink
adjusted order of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolave committed Apr 15, 2024
1 parent 25ff71d commit e05aaf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<body>
<div id="app"></div>

<script
data-goatcounter="https://warp.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>

<script>
window.addEventListener("load", () => {
const updateGoatCounterSettings = () => {
Expand Down Expand Up @@ -53,6 +47,12 @@
});
</script>

<script
data-goatcounter="https://warp.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>

<script type="module" src="/src/main.js"></script>
</body>
</html>

0 comments on commit e05aaf5

Please sign in to comment.