From c167307ce5590633248ca6fc9c7d81be41bd3c49 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 26 Feb 2024 06:55:00 +0100 Subject: [PATCH] fix(headers): Set correct umami tracking code --- docs/.vuepress/head.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/head.ts b/docs/.vuepress/head.ts index 23d3e0f..ecb73de 100644 --- a/docs/.vuepress/head.ts +++ b/docs/.vuepress/head.ts @@ -10,7 +10,7 @@ const simplifiedHead = [ { async: true, src: 'https://umami.phundrak.com/script.js', - 'data-website-id': '67166941-8c83-4a19-bc8c-139e44b7f7aa', + 'data-website-id': 'dda1ea7b-086e-49b0-9cab-517314212ac5', 'data-do-not-track': 'true', }, ],