Added tracking to the site
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 41s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 41s
This commit is contained in:
parent
b5f6b3adf8
commit
753e091a85
@ -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>
|
||||||
|
1
static/tracking/tracking.js
Normal file
1
static/tracking/tracking.js
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user