From 60d9aa48be57c07e37842ade0d0624502bf0496b Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Sat, 27 Sep 2025 10:45:50 +0200 Subject: [PATCH] feat(analytics): switch analytics provider --- content/posts/privacy-policy.md | 4 ++-- resources/views/components/analytics/plausible.blade.php | 2 -- resources/views/components/analytics/umami.blade.php | 1 + resources/views/layouts/app.blade.php | 2 +- resources/views/layouts/streamerpanel.blade.php | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 resources/views/components/analytics/plausible.blade.php create mode 100644 resources/views/components/analytics/umami.blade.php diff --git a/content/posts/privacy-policy.md b/content/posts/privacy-policy.md index 4506a89..a7129fd 100644 --- a/content/posts/privacy-policy.md +++ b/content/posts/privacy-policy.md @@ -13,7 +13,7 @@ hidden: true # Privacy Policy -Last Updated: March 18th, 2024 +Last Updated: September 27th, 2025 ## 1. Introduction @@ -27,7 +27,7 @@ We may collect and store information that you voluntarily provide to us, includi ### 2.2 Automatically Collected Information -We use Cloudflare Insights and Plausible to collect anonymous data about your interactions with our site. This data includes, but is not limited to, your IP address, browser type, operating system, and pages visited. We use this data to improve our site and your user experience. No information is shared with, sent to or sold to third-parties. No information is monetized +We use Cloudflare Insights and Umami Analytics to collect anonymous data about your interactions with our site. This data includes, but is not limited to, your IP address, browser type, operating system, and pages visited. We use this data to improve our site and your user experience. No information is shared with, sent to or sold to third-parties. No information is monetized ## 3. How We Use Your Information diff --git a/resources/views/components/analytics/plausible.blade.php b/resources/views/components/analytics/plausible.blade.php deleted file mode 100644 index b3e7384..0000000 --- a/resources/views/components/analytics/plausible.blade.php +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/resources/views/components/analytics/umami.blade.php b/resources/views/components/analytics/umami.blade.php new file mode 100644 index 0000000..8d0dbb1 --- /dev/null +++ b/resources/views/components/analytics/umami.blade.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 1611648..db0b133 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -62,7 +62,7 @@ crossorigin="anonymous"> @stack('top_scripts') - + diff --git a/resources/views/layouts/streamerpanel.blade.php b/resources/views/layouts/streamerpanel.blade.php index 02a0654..0223167 100644 --- a/resources/views/layouts/streamerpanel.blade.php +++ b/resources/views/layouts/streamerpanel.blade.php @@ -46,7 +46,7 @@ @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('top_scripts') - +