diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 71d23d0dce2..727452e0962 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -46,8 +46,6 @@ module.exports = { {}, ` var _paq = window._paq || []; - /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ - _paq.push(['setCookieDomain', '*.ethereum.org']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { @@ -59,11 +57,6 @@ module.exports = { })(); ` ], - [ - 'noscript', - {}, - `

` - ], [ 'script', { type: 'application/ld+json' },