Skip to content

Commit

Permalink
feat: add Matomo tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiang committed May 22, 2019
1 parent 4765751 commit 7de7ad4
Show file tree
Hide file tree
Showing 3 changed files with 1,962 additions and 1,418 deletions.
8 changes: 8 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ module.exports = {
cookieDomain: 'nextfe.com'
}
},
{
resolve: 'gatsby-plugin-matomo',
options: {
siteId: '1',
matomoUrl: 'https://t.leancloud.tk',
siteUrl: 'https://nextfe.com'
}
},
`gatsby-plugin-netlify` // make sure to put last in the array
]
};
Loading

0 comments on commit 7de7ad4

Please sign in to comment.