Skip to content

Instantly share code, notes, and snippets.

@DopamineDriven
Created June 7, 2021 08:47
Show Gist options
  • Save DopamineDriven/112c66ba17d3d9cc5906cffe2a2faefd to your computer and use it in GitHub Desktop.
Save DopamineDriven/112c66ba17d3d9cc5906cffe2a2faefd to your computer and use it in GitHub Desktop.
document tsx
import Document, {
Head,
Html,
Main,
NextScript,
DocumentContext,
DocumentProps,
DocumentInitialProps
} from 'next/document';
import { GA_TRACKING_ID } from '@/lib/analytics';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment