1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

remove Google Analytics

This commit is contained in:
Matthias Kretschmann 2021-01-28 12:55:36 +01:00
parent c9c7017538
commit a6a2da6b05
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 1 additions and 32 deletions

View File

@ -5,7 +5,6 @@ module.exports = {
siteUrl: process.env.SITE_URL || 'https://docs.oceanprotocol.com',
siteIcon: 'node_modules/@oceanprotocol/art/logo/favicon-black.png',
siteCompany: 'Ocean Protocol Foundation Ltd.',
analyticsId: 'UA-60614729-11',
social: {
Site: 'https://oceanprotocol.com',
Blog: 'https://blog.oceanprotocol.com',

View File

@ -150,16 +150,6 @@ module.exports = {
}
},
'gatsby-plugin-webpack-size',
'gatsby-plugin-offline',
{
resolve: 'gatsby-plugin-google-analytics',
options: {
trackingId: config.analyticsId,
head: false,
anonymize: true,
respectDNT: true,
cookieDomain: 'oceanprotocol.com'
}
}
'gatsby-plugin-offline'
]
}

19
package-lock.json generated
View File

@ -12215,25 +12215,6 @@
}
}
},
"gatsby-plugin-google-analytics": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.10.0.tgz",
"integrity": "sha512-g3NjUrEPJJmjHrUxDaxgLV3rLfFXzHnGPKv4TEiqcntbuWH24rlWiZYi1btjGN+QqJMeOYGFzNILVMS8cFLxtw==",
"requires": {
"@babel/runtime": "^7.12.5",
"minimatch": "3.0.4"
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-plugin-manifest": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.11.0.tgz",

View File

@ -22,7 +22,6 @@
"gatsby": "2.31.0",
"gatsby-image": "^2.10.0",
"gatsby-plugin-catch-links": "^2.9.0",
"gatsby-plugin-google-analytics": "^2.10.0",
"gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-react-helmet": "^3.9.0",