Skip to content

Commit

Permalink
Merge pull request #283 from moonstream-to/updates
Browse files Browse the repository at this point in the history
GTM fix
  • Loading branch information
Anton-Mushnin authored May 15, 2024
2 parents c2443dc + c6fdd74 commit ee6b50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function App({ Component, pageProps }: AppProps) {
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',${GTM_ID});`,
})(window,document,'script','dataLayer','${GTM_ID}');`,
}}
/>
{/* Global Site Tag (gtag.js) - Google Analytics */}
Expand Down

0 comments on commit ee6b50a

Please sign in to comment.