diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-23 04:14:33 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-23 04:14:33 +0000 |
| commit | 8c64624326a18ecdd2de25731b2f579ea4d2b00d (patch) | |
| tree | 574cccbe8640bf71270c609c9b217062f3a8e2f5 /src/pages/_document.jsx | |
| parent | 5f78d22a32ab46d498ebfd964a824b033e6bd6a5 (diff) | |
| parent | d2c8f6bf211a95b3278c2e2f26bc9de342eed7ad (diff) | |
Merged in change-google-tag (pull request #261)
<iman> update google tag to new tag
Diffstat (limited to 'src/pages/_document.jsx')
| -rw-r--r-- | src/pages/_document.jsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index cd60bd89..6af6294f 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -41,13 +41,13 @@ export default function MyDocument() { content='328wmjs7hcnz74rwsqzxvq50rmbtm2' /> - <Script + {/* <Script async strategy='beforeInteractive' src='https://www.googletagmanager.com/gtag/js?id=UA-10501937-1' - /> + /> */} - <Script + {/* <Script async id='google-analytics-ua' strategy='beforeInteractive' @@ -59,7 +59,7 @@ export default function MyDocument() { gtag('config', 'UA-10501937-1'); `, }} - /> + /> */} <Script async |
