diff --git a/nuxt.config.js b/nuxt.config.js index e0cc96cfa..0a1816d13 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -48,17 +48,6 @@ export default defineNuxtConfig({ strategy: 'lazyOnload', src: 'https://www.googletagmanager.com/gtag/js?id=UA-93461466-1' }, - { - id: 'ga-analytics', - strategy: 'lazyOnload', - children: ` - window.dataLayer = window.dataLayer || []; - function gtag(){dataLayer.push(arguments);} - gtag('js', new Date()); - - gtag('config', 'UA-93461466-1'); - ` - }, { src: baseUrl + 'scripts/prism.js', 'data-manual': true