Skip to content

Commit f7c383e

Browse files
committed
Switch to google gtag
1 parent 478ced2 commit f7c383e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gatsby-config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ const plugins = [
2222
},
2323
},
2424
{
25-
resolve: `gatsby-plugin-google-analytics`,
25+
resolve: `gatsby-plugin-google-gtag`,
2626
options: {
27-
trackingId: process.env.GA_ID,
27+
trackingIds: [process.env.GA_ID],
2828
},
2929
},
3030
{

0 commit comments

Comments
 (0)