mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix website google analytics (#2772)
This commit is contained in:
parent
128cd6898d
commit
02c5e76eec
1 changed files with 3 additions and 3 deletions
|
@ -66,9 +66,6 @@ module.exports = {
|
|||
indexName: 'verdaccio',
|
||||
contextualSearch: true
|
||||
},
|
||||
googleAnalytics: isProductionDeployment ? {
|
||||
trackingID: 'UA-2527438-21'
|
||||
} : undefined,
|
||||
navbar: {
|
||||
title: `Verdaccio - v${pkgJson.version}`,
|
||||
logo: {
|
||||
|
@ -215,6 +212,9 @@ module.exports = {
|
|||
return `https://github.com/verdaccio/verdaccio/edit/master/website/docs/${docPath}`;
|
||||
},
|
||||
},
|
||||
googleAnalytics: {
|
||||
trackingID: 'UA-2527438-21'
|
||||
},
|
||||
blog: {
|
||||
blogTitle: 'Verdaccio Official Blog',
|
||||
blogDescription: 'The official Verdaccio NPM proxy registry blog',
|
||||
|
|
Loading…
Reference in a new issue