Skip to content

Commit 9119e09

Browse files
committed
g-tag
1 parent 6566a06 commit 9119e09

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gatsby-config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ module.exports = {
1212
plugins: [
1313
`gatsby-plugin-catch-links`,
1414
`gatsby-plugin-robots-txt`,
15+
{
16+
resolve: `gatsby-plugin-google-gtag`,
17+
options: {
18+
trackingIds: ["G-Z6Z6V5P9QF"],
19+
delayOnRouteUpdate: 1000,
20+
},
21+
},
1522
{
1623
resolve: `gatsby-plugin-react-redux`,
1724
options: {

0 commit comments

Comments
 (0)