1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: add gtagId to siteConfig

This commit is contained in:
Ivar Conradi Østhus 2018-11-22 21:58:14 +01:00
parent 1f90510ca3
commit 09a569d7f2

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;