Skip to content

Commit 0a22733

Browse files
committedMay 25, 2018
feat: remove GA
1 parent b528cc5 commit 0a22733

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎build/index.ts

-10
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,6 @@ async function build() {
130130
;${uglify.minify(assets["./public/assets/frontend.js"]).code}
131131
;Elm.Main.fullscreen();
132132
;hljs.initHighlightingOnLoad();
133-
134-
135-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
136-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
137-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
138-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
139-
140-
ga('create', 'UA-54214517-1', 'auto');
141-
ga('send', 'pageview');
142-
143133
</script>
144134
</body>
145135
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.