Accidentally removed tracking from static pages by moving the pageview call into the SPA
This commit is contained in:
@ -10,6 +10,8 @@ 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('send', 'pageview');
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user