add google tracking js

This commit is contained in:
2022-10-24 14:23:26 +08:00
parent d53c9d7166
commit ec859164f6

View File

@@ -11,6 +11,12 @@ module.exports = {
path: `${__dirname}/src`,
},
},
{
resolve: 'gatsby-plugin-google-analytics',
options: {
trackingId: "G-TVTHN7455T",
},
},
"gatsby-plugin-image",
"gatsby-plugin-sharp",
"gatsby-transformer-sharp",