Moved tracking script to correct location
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
This commit is contained in:
parent
753e091a85
commit
94b1e80358
@ -7,6 +7,7 @@
|
|||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
<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">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
|
<script src="/tracking/tracking.js" defer></script>
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user