File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ function GoogleTag() {
88 < Script id = "gtag" >
99 { `window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-CRFMGJ9Y7D');` }
1010 </ Script >
11+ { /* End Google tag */ }
1112 </ >
1213 )
1314}
Original file line number Diff line number Diff line change 11"use client" ;
22
3+ import Script from 'next/script' ;
34import { GoogleTag } from "@/config/head/gtag" ;
45
56function HeadInnerHTML ( ) {
@@ -20,6 +21,7 @@ function HeadInnerHTML() {
2021 < meta property = "twitter:image" content = "https://j.is-a.dev/CodeShare/public/static/images/banner/CodeShare.svg" />
2122 < meta property = "vk:image" content = "http://juststudio.is-a.dev/logo-200h-b.png" />
2223 < GoogleTag />
24+ < Script src = "https://analytics.juststudio.is-a.dev/codeshare" />
2325 </ >
2426 )
2527}
You can’t perform that action at this time.
0 commit comments