diff --git a/components/Layout.tsx b/components/Layout.tsx index d16e047f2..a94c4244a 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -2,6 +2,7 @@ import * as React from 'react' import Head from 'next/head' import Footer from './Footer' import Header from './Header' +import { GA_TRACKING_ID } from '../lib/gtag' interface LayoutProps { meta?: { @@ -43,6 +44,24 @@ export default function Layout(props: LayoutProps) { href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;600;700&family=PT+Sans:wght@400;700&display=swap" rel="stylesheet" /> + {/* Global Site Tag (gtag.js) - Google Analytics */} +