Revert "removed google analytics"

This reverts commit 9a4f5b8cd6.
This commit is contained in:
2022-10-13 22:57:43 +02:00
parent 4a8af7fe46
commit 106b77281c
5 changed files with 39 additions and 582 deletions

View File

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