Skip to content

Commit 65fbd15

Browse files
committed
Added analytics to conf.json
1 parent 9c38eaa commit 65fbd15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

conf.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"outputSourceFiles": true,
1919
"syntaxTheme": "dark",
2020
"linenums": true,
21-
"footer": "<div style=\"text-align:center\">Back to <a href=\"http://js-data.io\">js-data.io</a></div>"
21+
"footer": "<div style=\"text-align:center\">Back to <a href=\"http://js-data.io\">js-data.io</a></div>",
22+
"analytics": {
23+
"ua": "UA-55528236-2",
24+
"domain": "api.js-data.io"
25+
}
2226
}
2327
}

0 commit comments

Comments
 (0)