From 09a569d7f264b2c3a1ae0dc4f2be1c9197790c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 22 Nov 2018 21:58:14 +0100 Subject: [PATCH] chore: add gtagId to siteConfig --- website/siteConfig.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index fbe02a504c..fe3e2e8b16 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -111,6 +111,9 @@ const siteConfig = { // You may provide arbitrary config keys to be used as needed by your // template. For example, if you need your repo's URL... repoUrl: 'https://github.com/unleash/unleash', + + gaTrackingId: 'UA-129659197-1', + gaGtag: true, }; module.exports = siteConfig;