Skip to content

Commit

Permalink
fix(analytics): add GA
Browse files Browse the repository at this point in the history
  • Loading branch information
t8 committed Jan 12, 2024
1 parent 0990f72 commit d6e06ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
11 changes: 4 additions & 7 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,13 @@
<!-- Dynamic favicon support -->
<script src="https://unpkg.com/[email protected]/dist/index.js" crossorigin="anonymous"
type="application/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168010978-1"></script>
<!-- Google Analytics -->
<script async src=https://www.googletagmanager.com/gtag/js?id=G-G7YZQRVMW2”></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
function gtag(){dataLayer.push(arguments);}
gtag("js", new Date());

gtag("config", "UA-168010978-1");
gtag("config", "G-G7YZQRVMW2");
</script>
<script type="module">
import init, { tree } from "https://raw.githack.com/nestdotland/analyzer/master/analyzer_wasm/pkg/nest_analyzer_wasm.js";
Expand Down
5 changes: 1 addition & 4 deletions src/views/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
</div>
<p class="subtitle">
Trying to add a module? See the
<a
id="docs-link"
href="https://docs.nest.land/eggs"
>
<a id="docs-link" href="https://docs.nest.land/eggs">
documentation</a
>.
</p>
Expand Down

0 comments on commit d6e06ca

Please sign in to comment.