diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-18 11:31:39 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-18 11:31:39 +0700 |
| commit | 9d99b291bb347f045b03b2de6ee51a8fbc248721 (patch) | |
| tree | 0f6941ba3a5b68bc9ad93d3850e54dd88b017897 /src/pages/_document.jsx | |
| parent | 0f7ce7842c70bc1fee1ae6f3cff0ccf7be8eaa6f (diff) | |
| parent | bde516b6b39cccfe8ac3248cd7f85592e6298d7a (diff) | |
Merge branch 'new-release' into CR/website-improvement
Diffstat (limited to 'src/pages/_document.jsx')
| -rw-r--r-- | src/pages/_document.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index 6af6294f..4b67c3f9 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -115,6 +115,19 @@ export default function MyDocument() { }} /> + <Script + async + id='gtag-config' + strategy='afterInteractive' + dangerouslySetInnerHTML={{ + __html: ` + gtag('config', 'AW-954540379/fCU8CI3Y8OoZENvClMcD', { + 'phone_conversion_number': '(021) 29338828' + }); + `, + }} + /> + {/* <Script id='tawk-script-tag' strategy='afterInteractive' |
