Skip to content

Commit

Permalink
fix GA
Browse files Browse the repository at this point in the history
  • Loading branch information
dergachevm committed Oct 4, 2024
1 parent bf0d918 commit af0694a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Layout = ({ children, title, bodyClass }) => {

<link href={`/assets/styles/styles.css?v=${+new Date()}`} rel="stylesheet" />
<script src={`/assets/js/head.js?v=${+new Date()}`}></script>
<script __html={`
<script __raw={`
(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=
Expand Down

0 comments on commit af0694a

Please sign in to comment.