From 3be30c5de47eae2f9f58443ddbe064c61ea81db1 Mon Sep 17 00:00:00 2001 From: Karolis Grinkus Date: Mon, 10 Jun 2024 17:15:26 +0300 Subject: [PATCH] T000 Disable user-tracking We've stopped paying for plausible.io and there's no reason for keeping the tracking-script active anymore. --- gatsby-ssr.js | 24 +----------------------- src/pages/404.js | 6 ------ 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/gatsby-ssr.js b/gatsby-ssr.js index 3195d0cc..461213ce 100644 --- a/gatsby-ssr.js +++ b/gatsby-ssr.js @@ -7,30 +7,8 @@ const HtmlAttributes = { lang: `lt` }; let headTags = []; export const onRenderBody = ({ setHtmlAttributes, setHeadComponents }) => { - const headComponents = [headTags]; - setHtmlAttributes(HtmlAttributes); - - headComponents.push( -