From ad824518d863d8eeb041cdfdbb836b33af2d5d94 Mon Sep 17 00:00:00 2001 From: Rui Saraiva Date: Sat, 4 Dec 2021 18:49:55 +0000 Subject: [PATCH] feat: replace GA with Splitbee --- pages/_document.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/pages/_document.tsx b/pages/_document.tsx index a5ee984..1e31d0c 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -1,30 +1,14 @@ /* eslint-disable @next/next/no-sync-scripts */ import Document, { Html, Head, Main, NextScript } from 'next/document' -const isProd = process.env.NODE_ENV === 'production' - class MyDocument extends Document { render() { return ( - {isProd && ( - }