Replace docs analytics [ci skip]

This commit is contained in:
Ines Montani 2020-09-04 14:28:28 +02:00
parent 0a27fca557
commit ba6cf9821f
3 changed files with 0 additions and 11 deletions

View File

@ -131,15 +131,6 @@ module.exports = {
icon: `src/images/icon.png`, icon: `src/images/icon.png`,
}, },
}, },
{
resolve: `gatsby-plugin-google-analytics`,
options: {
trackingId: site.analytics,
head: false,
anonymize: true,
respectDNT: true,
},
},
{ {
resolve: `gatsby-plugin-plausible`, resolve: `gatsby-plugin-plausible`,
options: { options: {

View File

@ -14,7 +14,6 @@
"github": "explosion" "github": "explosion"
}, },
"theme": "#09a3d5", "theme": "#09a3d5",
"analytics": "UA-58931649-1",
"newsletter": { "newsletter": {
"user": "spacy.us12", "user": "spacy.us12",
"id": "83b0498b1e7fa3c91ce68c3f1", "id": "83b0498b1e7fa3c91ce68c3f1",

View File

@ -20,7 +20,6 @@
"gatsby-image": "^2.0.29", "gatsby-image": "^2.0.29",
"gatsby-mdx": "^0.3.6", "gatsby-mdx": "^0.3.6",
"gatsby-plugin-catch-links": "^2.0.11", "gatsby-plugin-catch-links": "^2.0.11",
"gatsby-plugin-google-analytics": "^2.0.14",
"gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-offline": "^2.0.24", "gatsby-plugin-offline": "^2.0.24",
"gatsby-plugin-plausible": "0.0.6", "gatsby-plugin-plausible": "0.0.6",