Replace google analytics with umami analytics

This commit is contained in:
Dave Gallant
2025-01-12 10:27:21 -05:00
parent 4275a6adc4
commit 3272b67283
2 changed files with 2 additions and 4 deletions

View File

@@ -5,10 +5,6 @@ enableGitInfo: true
enableRobotsTXT: true enableRobotsTXT: true
paginate: 20 paginate: 20
services:
googleAnalytics:
ID: G-V8WJDERTX9
build: build:
noJSConfigInAssets: true noJSConfigInAssets: true
writeStats: true writeStats: true

View File

@@ -0,0 +1,2 @@
<!-- Umami Analytics -->
<script defer src="https://umami.snake-cloud.ts.net/script.js" data-website-id="e8adafba-b892-4dad-a139-2bd61fe5fab9"></script>