Added tracking to the site
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 41s

This commit is contained in:
Luke Else 2025-02-03 09:51:26 +00:00
parent b5f6b3adf8
commit 753e091a85
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<script lang="ts"> <script lang="ts">
import Toasts from "$lib/components/Toasts/Toasts.svelte"; import Toasts from "$lib/components/Toasts/Toasts.svelte";
import ThemeSwitcher from "$lib/components/ThemeSwitcher.svelte"; import ThemeSwitcher from "$lib/components/ThemeSwitcher.svelte";
import '/tracking/tracking.js';
</script> </script>
<style> <style>

View File

@ -0,0 +1 @@
<script async src="https://tracking.luke-else.co.uk/tracker.js" data-ackee-server="https://tracking.luke-else.co.uk" data-ackee-domain-id="6c59ab88-dc6d-4d53-9831-0d6bff919dcd"></script>