diff --git a/.vscode/settings.json b/.vscode/settings.json index a2809bc..68cab9c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,5 +13,15 @@ "**/*.csv", "**/*.xml" ], - "cSpell.words": ["adif", "callsign", "callsigns", "clublog", "dxcc", "graphviz", "ituz", "timez"] + "cSpell.words": [ + "adif", + "callsign", + "callsigns", + "clublog", + "dxcc", + "graphviz", + "ituz", + "timez", + "umami" + ] } diff --git a/src/components/umami.svelte b/src/components/umami.svelte new file mode 100644 index 0000000..663b277 --- /dev/null +++ b/src/components/umami.svelte @@ -0,0 +1,11 @@ + + +{#if PUBLIC_ANALYTICS_URL && PUBLIC_ANALYTICS_ID} + +{/if} \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index fedf32c..79a7b3c 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,5 +1,6 @@ @@ -36,6 +37,8 @@ + +