From d968e9e2c49269c0af6caea46de3ed766ca617d5 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Wed, 10 Jan 2018 08:34:18 +0100 Subject: [PATCH] docs: add tracking id --- website/siteConfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index 16f254ad1..a448e2a87 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -41,6 +41,8 @@ const siteConfig = { // Highlight.js theme to use for syntax highlighting in code blocks theme: 'default', }, + gaTrackingId: 'UA-2527438-21', + twitter: true, scripts: ['https://buttons.github.io/buttons.js'], // You may provide arbitrary config keys to be used as needed by your template. repoUrl: 'https://github.com/verdaccio/verdaccio',