feat(analytics): update Umami tracking IDs for all web apps

Update all 15 web apps with correct Umami website IDs:
- calendar, chat, clock, contacts, manacore, manadeck, picture, planta, todo: updated IDs
- zitare, storage, nutriphi, skilltree, photos, presi: added tracking

All IDs now match the websites configured in Umami.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-14 11:14:16 +01:00
parent 0f234a0ce6
commit c843531595
15 changed files with 21 additions and 9 deletions

View file

@ -9,6 +9,8 @@
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
<title>Zitare</title>
%sveltekit.head%
<!-- Umami Analytics -->
<script defer src="https://stats.mana.how/script.js" data-website-id="6a86139a-d8e2-469c-9754-1c40a70397fa"></script>
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>