From 44e6a63a52ad0f7dc993d057dd57ab66bf326ea7 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:29:43 +0100 Subject: [PATCH] feat(analytics): add Umami website IDs for all web apps - Chat Web: 5cf9d569-3266-4a57-80dd-3a652dc32786 - ManaCore Web: 4a14016d-394a-44e0-8ecc-67271f63ffb0 - Todo Web: ac021d98-778e-46cf-b6b2-2f650ea78f07 - Calendar Web: 884fc0a8-3b67-43bd-903b-2be531c66792 - Clock Web: 1e7b5006-87a5-4547-8a3d-ab30eac15dd4 - Contacts Web: ab89a839-be15-4949-99b4-e72492cee4ff Co-Authored-By: Claude Opus 4.5 --- apps/calendar/apps/web/src/app.html | 2 +- apps/chat/apps/web/src/app.html | 2 +- apps/clock/apps/web/src/app.html | 2 +- apps/contacts/apps/web/src/app.html | 2 +- apps/manacore/apps/web/src/app.html | 2 +- apps/todo/apps/web/src/app.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/calendar/apps/web/src/app.html b/apps/calendar/apps/web/src/app.html index 0e836188d..92c7f7f3a 100644 --- a/apps/calendar/apps/web/src/app.html +++ b/apps/calendar/apps/web/src/app.html @@ -7,7 +7,7 @@ Calendar %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/chat/apps/web/src/app.html b/apps/chat/apps/web/src/app.html index 13c8d6828..cab21d310 100644 --- a/apps/chat/apps/web/src/app.html +++ b/apps/chat/apps/web/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/clock/apps/web/src/app.html b/apps/clock/apps/web/src/app.html index fbbcb539f..65a483725 100644 --- a/apps/clock/apps/web/src/app.html +++ b/apps/clock/apps/web/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/contacts/apps/web/src/app.html b/apps/contacts/apps/web/src/app.html index e6c5c4b2f..c26a0ebed 100644 --- a/apps/contacts/apps/web/src/app.html +++ b/apps/contacts/apps/web/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/manacore/apps/web/src/app.html b/apps/manacore/apps/web/src/app.html index 0d9861e99..62ff683a1 100644 --- a/apps/manacore/apps/web/src/app.html +++ b/apps/manacore/apps/web/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/todo/apps/web/src/app.html b/apps/todo/apps/web/src/app.html index c76086aa3..4d56c58ae 100644 --- a/apps/todo/apps/web/src/app.html +++ b/apps/todo/apps/web/src/app.html @@ -26,7 +26,7 @@ %sveltekit.head% - +
%sveltekit.body%