aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDylan Bolger <dylan.bolger00@gmail.com>2026-08-14 17:23:38 -0500
committerDylan Bolger <dylan.bolger00@gmail.com>2026-08-14 17:23:38 -0500
commit179e945df02a4bd1d1c1c195a195c0502ca1a55a (patch)
tree10156909d08fd6f1f0f1c60219cf3ca62dc4af5f /index.html
parentd0c53ac78a8303e5b8a5569402d594bdd9e7a67d (diff)
downloadpersonal-website-179e945df02a4bd1d1c1c195a195c0502ca1a55a.tar.xz
personal-website-179e945df02a4bd1d1c1c195a195c0502ca1a55a.zip
Fix umami links
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 01cf74b..a3068e7 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
<meta name="og:description" content="Home" />
<meta name="theme-color" content="#55ACEE" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script defer src="https://www.umami.dbolger.dev/script.js" data-website-id="5706a92f-f6bc-4a67-86f8-5bae82810f95"></script>
+ <script defer src="https://umami.dbolger.dev/script.js" data-website-id="5706a92f-f6bc-4a67-86f8-5bae82810f95"></script>
</head>
<nav id="nav" class="topnav">
@@ -92,7 +92,7 @@
<span class="project-stack">Python, FastAPI</span>
</div>
<div class="project-desc">
- REST service for gathering utility usage data from my utility provider <a href="https://www.cityutilities.net/">City Utilities</a>
+ REST service for gathering utility usage data from my utility provider <a href="https://cityutilities.net/">City Utilities</a>
</div>
</li>
<li class="project">
@@ -119,6 +119,6 @@
<p class="umami">
<b><u>Disclaimer</u>:</b> My website uses the open-source software <a href="https://umami.is">Umami</a> for collecting analytics about users accessing my website.
This data is stored in my local server, is not shared with any third parties, and is strictly only used for my personal purposes (reviewing page counts, retention time, etc.).
- If you don't want to share this data, feel free to use a content blocker to prevent the <a href="https://www.umami.dbolger.dev/script.js">script.js</a> from loading in.
+ If you don't want to share this data, feel free to use a content blocker to prevent the <a href="https://umami.dbolger.dev/script.js">script.js</a> from loading in.
</p>
</html>