mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Replace gatsby-plugin-google-analytics with gatsby-plugin-gtagjs
This commit is contained in:
parent
dcfdc51b5d
commit
50b43823bc
@ -123,8 +123,11 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-plugin-google-analytics',
|
||||
options: { trackingId: siteConfig.googleAnalyticsId }
|
||||
resolve: 'gatsby-plugin-gtagjs',
|
||||
options: {
|
||||
trackingId: siteConfig.googleAnalyticsId,
|
||||
head: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-plugin-sitemap',
|
||||
|
22066
package-lock.json
generated
Normal file
22066
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -44,7 +44,7 @@
|
||||
"gatsby-link": "^2.0.10",
|
||||
"gatsby-plugin-catch-links": "^2.0.10",
|
||||
"gatsby-plugin-feed": "^2.0.13",
|
||||
"gatsby-plugin-google-analytics": "^2.0.13",
|
||||
"gatsby-plugin-gtagjs": "^1.0.0",
|
||||
"gatsby-plugin-manifest": "^2.0.17",
|
||||
"gatsby-plugin-netlify": "^2.0.9",
|
||||
"gatsby-plugin-netlify-cms": "^3.0.12",
|
||||
|
Loading…
Reference in New Issue
Block a user