fix google analysis v4

This commit is contained in:
2022-10-24 18:03:09 +08:00
parent 712fe1b96e
commit 635fa675f1
3 changed files with 32 additions and 2 deletions

View File

@@ -12,9 +12,11 @@ module.exports = {
},
},
{
resolve: 'gatsby-plugin-google-analytics',
resolve: 'gatsby-plugin-google-gtag',
options: {
trackingId: "G-TVTHN7455T",
trackingIds: [
"G-TVTHN7455T",
],
},
},
"gatsby-plugin-image",