mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	Replace gatsby-plugin-google-analytics with gatsby-plugin-gtagjs
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user