From 26ef811959fef8a2a09435f22cbdfaffafb41695 Mon Sep 17 00:00:00 2001 From: Thomas Lamant Date: Sun, 25 Aug 2024 22:33:19 +0200 Subject: [PATCH] chore(config): update umami site id after reinstall by @bricedup --- app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index fb75671..48d1931 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,7 +1,7 @@ export default defineAppConfig({ umami: { host: 'https://stats.lamanufactu.re', - id: 'b44384cc-b5b2-4422-b8bb-012b18e852ee', + id: '91e5f788-0a06-48d9-aaae-c7a06c2e13e2', ignoreLocalhost: true, version: 2 }