Skip to content

Commit e5ff078

Browse files
committed
feat(doc): add google analytics to page
1 parent 874a4af commit e5ff078

File tree

3 files changed

+5995
-829
lines changed

3 files changed

+5995
-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)