diff options
Diffstat (limited to 'src')
| -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' |
