Skip to content

Commit

Permalink
feat: added simple analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Feb 12, 2020
1 parent e8b01ca commit 2237304
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
stripQueryString: true,
},
},
'gatsby-plugin-simple-analytics',
`gatsby-plugin-sass`,
{
resolve: `gatsby-plugin-postcss`,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.1.28",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-plugin-simple-analytics": "^1.0.3",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-remark-autolink-headers": "^2.1.24",
Expand Down Expand Up @@ -127,4 +128,4 @@
"node": ">=12",
"pnpm": ">=4"
}
}
}
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2237304

Please sign in to comment.