removed google analytics

This commit is contained in:
Rick van Lieshout 2022-09-29 22:41:39 +02:00
parent 6a9ceb9670
commit 9a4f5b8cd6
5 changed files with 0 additions and 39 deletions

View File

@ -3,7 +3,6 @@
"url": "https://rickvanlieshout.com", "url": "https://rickvanlieshout.com",
"subtitle": "The thoughts, discoveries and murmurings of a Software enthusiast", "subtitle": "The thoughts, discoveries and murmurings of a Software enthusiast",
"copyright": "© All rights reserved.", "copyright": "© All rights reserved.",
"googleAnalyticsId": "",
"disqusShortname": "rickvanlieshoutcom", "disqusShortname": "rickvanlieshoutcom",
"postsLimit": 5, "postsLimit": 5,
"pathPrefix": "/", "pathPrefix": "/",

View File

@ -20,7 +20,6 @@ projects which have been made by other people. Some of these
include: include:
- Disqus - A comment system for your website - Disqus - A comment system for your website
- Google analytics - To track info about the website (i.e how many times each page has been seen)
- Social media (twitter, facebook, etc) - To add in those shiny "like" or "tweet" buttons. - Social media (twitter, facebook, etc) - To add in those shiny "like" or "tweet" buttons.
Cookies like these are stored for pretty much every website you Cookies like these are stored for pretty much every website you

View File

@ -120,15 +120,6 @@ export default {
}, },
"gatsby-transformer-sharp", "gatsby-transformer-sharp",
"gatsby-plugin-sharp", "gatsby-plugin-sharp",
{
resolve: "gatsby-plugin-google-gtag",
options: {
trackingIds: [config.googleAnalyticsId],
pluginConfig: {
head: true,
},
},
},
{ {
resolve: "gatsby-plugin-sitemap", resolve: "gatsby-plugin-sitemap",
options: { options: {

27
package-lock.json generated
View File

@ -18,7 +18,6 @@
"gatsby-link": "^4.23.0", "gatsby-link": "^4.23.0",
"gatsby-plugin-catch-links": "^4.23.0", "gatsby-plugin-catch-links": "^4.23.0",
"gatsby-plugin-feed": "^4.23.0", "gatsby-plugin-feed": "^4.23.0",
"gatsby-plugin-google-gtag": "^4.23.0",
"gatsby-plugin-image": "^2.23.0", "gatsby-plugin-image": "^2.23.0",
"gatsby-plugin-manifest": "^4.23.0", "gatsby-plugin-manifest": "^4.23.0",
"gatsby-plugin-offline": "^5.23.0", "gatsby-plugin-offline": "^5.23.0",
@ -13981,23 +13980,6 @@
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0" "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"
} }
}, },
"node_modules/gatsby-plugin-google-gtag": {
"version": "4.23.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-4.23.0.tgz",
"integrity": "sha512-dh7Qi+8nFQcRFBeOYRm9UgswbLRlz5GG8MbnFAiMAKfMsuAoCtXsZ1mQ4kznAcFQoqMVZmvZd9FaakZC/60lKA==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"minimatch": "^3.1.2"
},
"engines": {
"node": ">=14.15.0"
},
"peerDependencies": {
"gatsby": "^4.0.0-next",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/gatsby-plugin-image": { "node_modules/gatsby-plugin-image": {
"version": "2.23.0", "version": "2.23.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-2.23.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-2.23.0.tgz",
@ -45139,15 +45121,6 @@
"rss": "^1.2.2" "rss": "^1.2.2"
} }
}, },
"gatsby-plugin-google-gtag": {
"version": "4.23.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-4.23.0.tgz",
"integrity": "sha512-dh7Qi+8nFQcRFBeOYRm9UgswbLRlz5GG8MbnFAiMAKfMsuAoCtXsZ1mQ4kznAcFQoqMVZmvZd9FaakZC/60lKA==",
"requires": {
"@babel/runtime": "^7.15.4",
"minimatch": "^3.1.2"
}
},
"gatsby-plugin-image": { "gatsby-plugin-image": {
"version": "2.23.0", "version": "2.23.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-2.23.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-2.23.0.tgz",

View File

@ -53,7 +53,6 @@
"gatsby-link": "^4.23.0", "gatsby-link": "^4.23.0",
"gatsby-plugin-catch-links": "^4.23.0", "gatsby-plugin-catch-links": "^4.23.0",
"gatsby-plugin-feed": "^4.23.0", "gatsby-plugin-feed": "^4.23.0",
"gatsby-plugin-google-gtag": "^4.23.0",
"gatsby-plugin-image": "^2.23.0", "gatsby-plugin-image": "^2.23.0",
"gatsby-plugin-manifest": "^4.23.0", "gatsby-plugin-manifest": "^4.23.0",
"gatsby-plugin-offline": "^5.23.0", "gatsby-plugin-offline": "^5.23.0",