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:
parent
1f90510ca3
commit
09a569d7f2
@ -111,6 +111,9 @@ const siteConfig = {
|
|||||||
// You may provide arbitrary config keys to be used as needed by your
|
// You may provide arbitrary config keys to be used as needed by your
|
||||||
// template. For example, if you need your repo's URL...
|
// template. For example, if you need your repo's URL...
|
||||||
repoUrl: 'https://github.com/unleash/unleash',
|
repoUrl: 'https://github.com/unleash/unleash',
|
||||||
|
|
||||||
|
gaTrackingId: 'UA-129659197-1',
|
||||||
|
gaGtag: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = siteConfig;
|
module.exports = siteConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user