diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-28 09:17:13 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-28 09:17:13 +0700 |
| commit | 5230f74768228b711cd479e5b3b4829e075a62c4 (patch) | |
| tree | bc688d1780dc603cf2ee3338f16ec8e45e6594f4 /src/pages/_document.jsx | |
| parent | 563de6cd65b2ff81fc26a5f92aef55c2f54219c2 (diff) | |
disable tawk
Diffstat (limited to 'src/pages/_document.jsx')
| -rw-r--r-- | src/pages/_document.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index ed7e81de..1902b6aa 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -57,7 +57,7 @@ export default function MyDocument() { }} /> - <Script + {/* <Script id='tawk-script-tag' strategy='afterInteractive' dangerouslySetInnerHTML={{ @@ -73,7 +73,7 @@ export default function MyDocument() { })(); ` }} - /> + /> */} <meta name='google-site-verification' |
