diff --git a/site/astro.config.ts b/site/astro.config.ts index 18fe366d9a..ac3b8dec24 100644 --- a/site/astro.config.ts +++ b/site/astro.config.ts @@ -28,7 +28,11 @@ export default defineConfig({ head: [ { tag: "script", - content: "(function(w,d,s,l,i){ ... })(window,document,'script','dataLayer','G-N1XZ8ZXCWL');", + content: `(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); + })(window,document,'script','dataLayer','G-N1XZ8ZXCWL');`, }, ], components: {