mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +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`,
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-google-analytics`,
|
||||
options: {
|
||||
trackingId: site.analytics,
|
||||
head: false,
|
||||
anonymize: true,
|
||||
respectDNT: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-plausible`,
|
||||
options: {
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"github": "explosion"
|
||||
},
|
||||
"theme": "#09a3d5",
|
||||
"analytics": "UA-58931649-1",
|
||||
"newsletter": {
|
||||
"user": "spacy.us12",
|
||||
"id": "83b0498b1e7fa3c91ce68c3f1",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"gatsby-image": "^2.0.29",
|
||||
"gatsby-mdx": "^0.3.6",
|
||||
"gatsby-plugin-catch-links": "^2.0.11",
|
||||
"gatsby-plugin-google-analytics": "^2.0.14",
|
||||
"gatsby-plugin-manifest": "^2.0.17",
|
||||
"gatsby-plugin-offline": "^2.0.24",
|
||||
"gatsby-plugin-plausible": "0.0.6",
|
||||
|
|
Loading…
Reference in New Issue
Block a user