diff options
| author | Fuwn <[email protected]> | 2024-09-22 01:46:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-22 01:46:30 -0700 |
| commit | a3c4ddc78e3d5e821a765e704fd65e222500ad65 (patch) | |
| tree | 8c75ec282dc8c2d2de2d79129193b2025ddecc4c | |
| parent | feat(settings): debug dummy lists option (diff) | |
| download | due.moe-a3c4ddc78e3d5e821a765e704fd65e222500ad65.tar.xz due.moe-a3c4ddc78e3d5e821a765e704fd65e222500ad65.zip | |
feat(html): update analytics url
| -rw-r--r-- | src/app.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app.html b/src/app.html index 4c5f2c40..5a75c140 100644 --- a/src/app.html +++ b/src/app.html @@ -70,11 +70,11 @@ <meta name="msapplication-wide310x150logo" content="mstile-310x150.png" /> <meta name="msapplication-square310x310logo" content="mstile-310x310.png" /> - <!-- Umami is a simple, fast, privacy-focused alternative to Google Analytics --> + <!-- Umami is a simple, fast, and privacy-focused alternative to Google Analytics. --> <script - async - src="https://us.umami.is/script.js" - data-website-id="25ae2901-9b28-4c58-be1e-ade53333c819" + defer + src="https://analytics.fuwn.me/script.js" + data-website-id="d4bece6c-69c0-4c7b-89a9-e3a489cbef03" ></script> <script> |