mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
chore: add gtagId to siteConfig
This commit is contained in:
parent
cc58b57c33
commit
751de5eb05
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user