Remove Google Analytics tracking
This commit is contained in:
parent
2d3d247229
commit
9e74614aef
|
|
@ -34,14 +34,6 @@ const seoConfig = {
|
||||||
<html lang="en" data-theme="business">
|
<html lang="en" data-theme="business">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<!-- Google Analytics -->
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7308Y1HGM9"></script>
|
|
||||||
<script is:inline>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
gtag('config', 'G-7308Y1HGM9');
|
|
||||||
</script>
|
|
||||||
<!-- Persisted theme (dark / light) is applied as early as possible -->
|
<!-- Persisted theme (dark / light) is applied as early as possible -->
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
const savedTheme = localStorage.getItem('theme');
|
const savedTheme = localStorage.getItem('theme');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue