Skip to content

Commit

Permalink
Add GATrackingId
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 14, 2019
1 parent da6558e commit a17a5ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ module.exports = {
plugins: [
{
resolve: `@antv/gatsby-theme-antv`,
options: {},
options: {
GATrackingId: 'UA-148148901-1',
},
},
],
siteMetadata: {
Expand Down

0 comments on commit a17a5ef

Please sign in to comment.