Skip to content

Commit

Permalink
script de analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Feb 7, 2024
1 parent eca98c6 commit 7e30e0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sitio/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down

0 comments on commit 7e30e0f

Please sign in to comment.