Skip to content

Commit

Permalink
Remove tag manager
Browse files Browse the repository at this point in the history
  • Loading branch information
gholi-dev committed Mar 17, 2024
1 parent 672b315 commit e90b9dc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,8 @@ export default ({ children }) => {
data-website-id="da7a8997-effb-43ea-a5e3-9a7627cc540e"
src="https://meta.liara.ir/umami.js"
/>
<script
dangerouslySetInnerHTML={{
__html: `(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','GTM-PGMNBH9V')`,
}}
/>
</Head>

<noscript
dangerouslySetInnerHTML={{
__html: `
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PGMNBH9V"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
`,
}}
/>

<main>
<Header setSearchOpen={setSearchOpen} />

Expand Down

0 comments on commit e90b9dc

Please sign in to comment.