chore: add gtagId to siteConfig

This commit is contained in:
Ivar Conradi Østhus
2018-11-22 21:58:14 +01:00
parent cc58b57c33
commit 751de5eb05
+3
View File
@@ -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;