first commit

This commit is contained in:
Stephan Hadan 2024-12-02 14:12:33 +01:00
commit 585a6927f6
19 changed files with 432 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<script>
/* Add custom analytics integration here, e.g. */
var property = "{{ config.extra.analytics.property }}"
/* Wait for page to load and application to mount */
document.addEventListener("DOMContentLoaded", function() {
location$.subscribe(function(url) {
/* Add custom page event tracking here */
})
})
</script>