Added trackingID for google analytics. (#114)

Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
This commit is contained in:
Vedant Shrotria 2021-08-24 13:17:12 +05:30 committed by GitHub
parent 965f9dfe56
commit 0c1a466919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -150,7 +150,11 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} LitmusChaos Authors. All rights reserved.`
},
hideableSidebar: true
hideableSidebar: true,
googleAnalytics: {
trackingID: 'UA-155028077-2'
}
},
presets: [
[