Skip to content

Commit 5d3b7b8

Browse files
Update index.html.ejs
1 parent c4371bb commit 5d3b7b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-router-website/index.html.ejs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
2424
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
2525
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
26-
ga('create', 'UA-61180343-1', 'auto');
26+
ga('create', 'UA-61180343-1', 'auto', 'routerSite');
27+
ga('routerSite.send', 'pageview');
2728
</script>
2829
</body>
2930
</html>

0 commit comments

Comments
 (0)