zhangwei 2 rokov pred
rodič
commit
82917176c6
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      nuxt.config.js

+ 2 - 2
nuxt.config.js

@@ -18,7 +18,7 @@ export default {
     ],
     script: [
       {
-        src: "https://www.googletagmanager.com/gtag/js?id=G-699E5T8F6M",
+        src: "https://www.googletagmanager.com/gtag/js?id=G-S376V42WBS",
         async: true
       },
       {
@@ -26,7 +26,7 @@ export default {
         innerHTML: `window.dataLayer = window.dataLayer || [];
         function gtag() { dataLayer.push(arguments); }
         gtag('js', new Date());
-        gtag('config', 'G-699E5T8F6M');`
+        gtag('config', 'G-S376V42WBS');`
       }
     ],
     __dangerouslyDisableSanitizers: ['script']