aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-24 05:19:48 -0800
committerFuwn <[email protected]>2026-01-26 23:08:12 -0800
commitf063f368d6833fc855be369db12115960aecb197 (patch)
treee87faa70c486fea6a6582b9705a973727b2abcec /src
parentchore(justfile): Add additional utility tasks (diff)
downloaddue.moe-f063f368d6833fc855be369db12115960aecb197.tar.xz
due.moe-f063f368d6833fc855be369db12115960aecb197.zip
fix(app.html): Update Umami website ID
Diffstat (limited to 'src')
-rw-r--r--src/app.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.html b/src/app.html
index 7051b863..152feaf2 100644
--- a/src/app.html
+++ b/src/app.html
@@ -77,7 +77,7 @@
script.defer = true;
script.src = 'https://analytics.fuwn.me/script.js';
- script.dataset.websiteId = 'd4bece6c-69c0-4c7b-89a9-e3a489cbef03';
+ script.dataset.websiteId = '9297cdbf-1450-4dc2-b3ba-fc8bfc7516b2';
document.head.appendChild(script);
}