Skip to content

Commit 11c4d1a

Browse files
committed
feat: add fathom
1 parent 7f06c25 commit 11c4d1a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

app.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html {{ HTML_ATTRS }}>
3+
<head {{ HEAD_ATTRS }}>
4+
{{ HEAD }}
5+
</head>
6+
<body {{ BODY_ATTRS }}>
7+
{{ APP }}
8+
9+
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
10+
<script>
11+
(function(f, a, t, h, o, m){
12+
a[h]=a[h]||function(){
13+
(a[h].q=a[h].q||[]).push(arguments)
14+
};
15+
o=f.createElement('script'),
16+
m=f.getElementsByTagName('script')[0];
17+
o.async=1; o.src=t; o.id='fathom-script';
18+
m.parentNode.insertBefore(o,m)
19+
})(document, window, '//monitor.oskarlindgren.se/tracker.js', 'fathom');
20+
fathom('set', 'siteId', 'NYKME');
21+
fathom('trackPageview');
22+
</script>
23+
<!-- / Fathom -->
24+
</body>
25+
26+
</html>

0 commit comments

Comments
 (0)