From 614c222bccbd80e25b94ed429af25799ef9e068d Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 12 Sep 2021 11:26:08 +0100 Subject: [PATCH] Add comment --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index c5ddfb4..6db4a65 100644 --- a/src/App.js +++ b/src/App.js @@ -75,6 +75,7 @@ const themes = [ const db = firebase.firestore(); +// stop automatic logging of page views window.dataLayer = window.dataLayer || []; function gtag() {window.dataLayer.push(arguments); } gtag('set', {'send_page_view': false });