diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/components/HeadCommon.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/components/HeadCommon.astro b/docs/src/components/HeadCommon.astro index bc7b98b0a..9687c32a5 100644 --- a/docs/src/components/HeadCommon.astro +++ b/docs/src/components/HeadCommon.astro @@ -30,10 +30,10 @@ </script> <!-- Global site tag (gtag.js) - Google Analytics --> -<script async src="https://www.googletagmanager.com/gtag/js?id=G-TEL60V1WM9"></script> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130280175-15"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - gtag('config', 'G-TEL60V1WM9'); -</script>
\ No newline at end of file + gtag('config', 'UA-130280175-15'); +</script> |