From 8a08707db22e225084a1ea1b3b4197eb3f74283f Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Mon, 23 Mar 2026 23:44:00 -0600 Subject: [PATCH] (*) remove plausible and add google analytics --- nuxt.config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 29f2b95cea..9f081e22a1 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -48,12 +48,10 @@ export default async () => ({ script: [ { async: true, - defer: true, - 'data-domain': 'support.system76.com', - src: 'https://plausible.io/js/plausible.js' + src: 'https://www.googletagmanager.com/gtag/js?id=G-H37KSF3165' }, { - innerHTML: 'window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }' + innerHTML: "window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-H37KSF3165');" } ],