Moved tracking script to correct location
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
Luke Else 2025-02-03 09:57:16 +00:00
parent 753e091a85
commit 94b1e80358
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<meta name="viewport" content="width=device-width" />
<script src="/tracking/tracking.js" defer></script>
%sveltekit.head%
<style>

View File

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