mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
script de analytics
This commit is contained in:
parent
eca98c616e
commit
7e30e0ff3a
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
|||
export let data: PageData;
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<script
|
||||
async
|
||||
src="https://umami-production-6583.up.railway.app/script.js"
|
||||
data-website-id="550f5c79-d67d-43a6-b523-e33f87773f97"
|
||||
></script>
|
||||
</svelte:head>
|
||||
|
||||
<div
|
||||
class="relative m-4 rounded-lg border border-yellow-300 bg-yellow-50 p-4 text-yellow-800 dark:border-yellow-600 dark:bg-neutral-800 dark:text-yellow-400"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue