diff options
| author | Fuwn <[email protected]> | 2026-01-24 05:19:48 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-26 23:08:12 -0800 |
| commit | f063f368d6833fc855be369db12115960aecb197 (patch) | |
| tree | e87faa70c486fea6a6582b9705a973727b2abcec /src | |
| parent | chore(justfile): Add additional utility tasks (diff) | |
| download | due.moe-f063f368d6833fc855be369db12115960aecb197.tar.xz due.moe-f063f368d6833fc855be369db12115960aecb197.zip | |
fix(app.html): Update Umami website ID
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.html | 2 |
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); } |