Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardanaya committed Sep 28, 2024
1 parent c1c5089 commit f100817
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,6 @@ const getHead = (words, lang) => {
<link rel="manifest" href="./site.webmanifest">
<script src="./tour.js" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155199982-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-155199982-1', { 'anonymize_ip': true });
</script>
</head>`;
};

Expand Down

0 comments on commit f100817

Please sign in to comment.