Added trackingID for google analytics. (#114)
Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
This commit is contained in:
parent
965f9dfe56
commit
0c1a466919
|
|
@ -150,7 +150,11 @@ module.exports = {
|
||||||
],
|
],
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} LitmusChaos Authors. All rights reserved.`
|
copyright: `Copyright © ${new Date().getFullYear()} LitmusChaos Authors. All rights reserved.`
|
||||||
},
|
},
|
||||||
hideableSidebar: true
|
hideableSidebar: true,
|
||||||
|
|
||||||
|
googleAnalytics: {
|
||||||
|
trackingID: 'UA-155028077-2'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue