From 1a0f544f7b05ce444f25b2d0372a96b3de20481c Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 4 Dec 2023 22:46:14 -0800 Subject: [PATCH] Move analytics to analytics.openneo.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Self-hosted Plausible instance! I have need of usage numbers again, after a good few years of just not using it; but I don't want to send the data to Google, and I enjoy self-hosting things, so here we have it! I actually forgot we were still sending the DTI 2020 numbers to Plausible's cloud instance, oops! I stopped paying for it 😅 They do a pretty good job anonymizing, so I'm not too worried about the practical effects of that, but I'll be pleased to keep it more in-house going forward. I'm not sure why `async` isn't in the recommended tag anymore, but fine by me! --- pages/_document.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/_document.tsx b/pages/_document.tsx index 4848421..9968ccb 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -47,10 +47,9 @@ class MyDocument extends Document { }} />