Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 2948e1b

Browse files
author
Joel Worrall
committed
fix: trackPage is true
1 parent 30c384a commit 2948e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
options: {
3939
prodKey: `jzjQisi3j3VvLyH9mc0QNEgYKpj4LlD1`,
4040
devKey: `jzjQisi3j3VvLyH9mc0QNEgYKpj4LlD1`,
41-
trackPage: false,
41+
trackPage: true,
4242
delayLoad: false,
4343
delayLoadTime: 1000
4444
}

0 commit comments

Comments
 (0)