Skip to content

Commit

Permalink
actually add umami analytics 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
tsriram committed Nov 7, 2023
1 parent 5118a2e commit e38a402
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import SoundControl from '$lib/components/SoundControl.svelte';
import { initSounds } from '$lib/utils/sounds';
import { browser } from '$app/environment';
import UmamiAnalytics from '$lib/components/UmamiAnalytics.svelte';
if (browser) {
initSounds();
Expand Down Expand Up @@ -38,6 +39,7 @@
</section>
<Footer />
<GoogleAnalytics />
<UmamiAnalytics />
</div>

<style>
Expand Down

0 comments on commit e38a402

Please sign in to comment.