From dbe4563bb7269c2cad7c30f6b2d19287b2c17f4e Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:09:45 -0400 Subject: [PATCH] Add centralized analytics tracking --- blog.html | 4 + js/analytics.js | 170 ++++++++++++++++++++++++++++++++++++++++++ js/analyticsConfig.js | 18 +++++ js/app.js | 20 +++++ js/index.js | 9 +++ 5 files changed, 221 insertions(+) create mode 100644 js/analytics.js create mode 100644 js/analyticsConfig.js diff --git a/blog.html b/blog.html index bd41b469..54aad57e 100644 --- a/blog.html +++ b/blog.html @@ -34,6 +34,10 @@