mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 13:47:13 +03:00
Replace docs analytics [ci skip]
This commit is contained in:
parent
a6e437b2bf
commit
6a737c01eb
|
@ -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: {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user