feat: include simple analytics when in prod (#17)

* feat: include simple analytics when in prod

* chore: update dependencies

* chore: update workflow to use playwright container

* chore: update workflow to use playwright container

* chore: update workflow to use playwright container

* chore: update workflow to use playwright container

* chore: update workflow to use ubuntu-lts

* chore: specify ubuntu version explicitly
This commit is contained in:
Stevan Freeborn
2024-09-27 22:21:07 -05:00
committed by GitHub
parent 0264e65b83
commit 8ee261cc3d
4 changed files with 16 additions and 14 deletions
+2
View File
@@ -27,6 +27,8 @@
gtag('js', new Date());
gtag('config', 'G-5JM0TZTRHF');
</script>
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
}
<script src="_framework/blazor.web.js"></script>
</body>