mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
umami
This commit is contained in:
parent
c11c7a6995
commit
2956e7eede
1 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,16 @@
|
||||||
export let data;
|
export let data;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
{#if import.meta.env.PROD}
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://umami.experimentos.nulo.ar/script.js"
|
||||||
|
data-website-id="3d9215d1-f15c-4797-abff-d621da254930"
|
||||||
|
></script>
|
||||||
|
{/if}
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<!-- {#key data.pathname}
|
<!-- {#key data.pathname}
|
||||||
<div
|
<div
|
||||||
in:fly={{ easing: cubicOut, x: 10, duration: 150, delay: 300 }}
|
in:fly={{ easing: cubicOut, x: 10, duration: 150, delay: 300 }}
|
||||||
|
|
Loading…
Reference in a new issue