app: Include analytics.

This commit is contained in:
Vishnu KS
2020-09-27 22:32:33 +05:30
parent c6197e9646
commit 52e63d7c1d
3 changed files with 32 additions and 1 deletions

View File

@@ -35,6 +35,12 @@ module.exports = {
path: `./src/data/`,
},
},
`gatsby-plugin-postcss`
`gatsby-plugin-postcss`,
{
resolve: `gatsby-plugin-google-analytics`,
options: {
trackingId: "UA-139957969-2",
}
}
],
}