Skip to content

Commit

Permalink
temporarily keep GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Feb 4, 2025
1 parent bde580d commit 9e74983
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/_document.page.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import Document, { Html, Main, NextScript, Head } from 'next/document'
import { Tracking } from '@carbonplan/components'
import { InitializeColorMode } from 'theme-ui'

class MyDocument extends Document {
render() {
return (
<Html lang='en' className='no-focus-outline'>
<Head />
<Head>
<Tracking id={process.env.GA_TRACKING_ID} />
</Head>
<body>
<InitializeColorMode />
<Main />
Expand Down

0 comments on commit 9e74983

Please sign in to comment.