This commit is contained in:
Cat /dev/Nulo 2024-09-14 12:08:57 -03:00
parent c11c7a6995
commit 2956e7eede

View file

@ -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 }}