Add Google Analytics

This commit is contained in:
Joel Marcey 2017-12-13 19:41:46 -08:00
parent 72a9f7693d
commit 908374b2a5

View file

@ -101,7 +101,8 @@ const siteConfig = {
highlight: {
theme: "solarized-dark"
},
scripts: ["https://buttons.github.io/buttons.js"]
scripts: ["https://buttons.github.io/buttons.js"],
gaTrackingId: "UA-44373548-31"
};
module.exports = siteConfig;