Skip to content

Commit b98624a

Browse files
authored
(*) remove plausible and add google analytics (#1368)
1 parent a4f80ba commit b98624a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

nuxt.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,10 @@ export default async () => ({
4848
script: [
4949
{
5050
async: true,
51-
defer: true,
52-
'data-domain': 'support.system76.com',
53-
src: 'https://plausible.io/js/plausible.js'
51+
src: 'https://www.googletagmanager.com/gtag/js?id=G-H37KSF3165'
5452
},
5553
{
56-
innerHTML: 'window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }'
54+
innerHTML: "window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-H37KSF3165');"
5755
}
5856
],
5957

0 commit comments

Comments
 (0)