Skip to content

Commit

Permalink
fix: remove google tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Apr 6, 2024
1 parent 214f3de commit 9781dd8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="DDUWRXWI" defer></script>
<!-- / Fathom -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XF99ZZCRGH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-XF99ZZCRGH');
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@alpha" />
%sveltekit.head%
</head>
Expand Down

0 comments on commit 9781dd8

Please sign in to comment.