Skip to content

Commit e74bec1

Browse files
authored
Merge pull request #270 from Codebrahma/add-analytics
Add analytics
2 parents e335178 + 28fc3fb commit e74bec1

File tree

4 files changed

+5997
-829
lines changed

4 files changed

+5997
-829
lines changed

doc/gatsby-config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,11 @@ module.exports = {
2626
},
2727
},
2828
'gatsby-plugin-offline',
29+
{
30+
resolve: 'gatsby-plugin-google-analytics',
31+
options: {
32+
trackingId: 'UA-41862404-1',
33+
},
34+
},
2935
],
3036
};

0 commit comments

Comments
 (0)