Update Analytics.js

This commit is contained in:
Tom Moor
2018-02-12 21:57:46 -08:00
committed by GitHub
parent 8ebf748cf6
commit 8208157b99

View File

@ -10,7 +10,7 @@ function Analytics() {
dangerouslySetInnerHTML={{
__html: `
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', ${process.env.GOOGLE_ANALYTICS_ID}, 'auto');
ga('create', '${process.env.GOOGLE_ANALYTICS_ID}', 'auto');
ga('send', 'pageview');
`,
}}