Skip to content

Commit 11e9e5d

Browse files
committed
disabling ga in development
1 parent b09fd36 commit 11e9e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ module.exports = {
5050
SOCKET_API_URL: '"https://socket.tutorcruncher.com"',
5151
GRECAPTCHA_KEY: '"6LdyXRgUAAAAADUNhMVKJDXiRr6DUN8TGOgllqbt"',
5252
RAVEN_DSN: 'null',
53-
// GA_ID: 'null',
54-
GA_ID: '"UA-41117087-3"',
53+
GA_ID: 'null',
54+
// GA_ID: '"UA-41117087-3"',
5555
},
5656
port: 5000,
5757
build_dir: path.resolve(__dirname, 'dev'),

0 commit comments

Comments
 (0)