Skip to content

Commit 6852415

Browse files
committed
.
1 parent da5a9e2 commit 6852415

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gatsby-config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ module.exports = {
1010
siteUrl,
1111
},
1212
plugins: [
13-
{
14-
resolve: `gatsby-plugin-google-gtag`,
15-
options: {
16-
trackingIds: ["G-S9F9021Q9B"],
17-
},
18-
},
13+
// {
14+
// resolve: `gatsby-plugin-google-gtag`,
15+
// options: {
16+
// trackingIds: ["G-S9F9021Q9B"],
17+
// },
18+
// },
1919
`gatsby-plugin-catch-links`,
2020
`gatsby-plugin-robots-txt`,
2121
{

0 commit comments

Comments
 (0)