Skip to content

Commit f13ab64

Browse files
committed
Add google analytics token
closes brianc#8
1 parent f069d5b commit f13ab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config = {
44
//pathPrefix: '/node-postgres-docs/',
55
pathPrefix: '/',
66
siteUrl: 'https://node-postgres.com',
7-
gaTrackingId: null,
7+
gaTrackingId: 'UA-100138145-1',
88
},
99
header: {
1010
logo: '',

0 commit comments

Comments
 (0)