Skip to content

Commit

Permalink
Analytics (#26)
Browse files Browse the repository at this point in the history
* Fix ghost integration

* Use https to load analytics
  • Loading branch information
dellisd authored Nov 9, 2020
1 parent 6651fe9 commit 5ed78ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function SEO({ description, lang, meta, title }) {
},
].concat(meta)}
>
<script async defer data-domain="cuhacking.com" src="http://analytics.cuhacking.com/js/plausible.js"></script>
<script async defer data-domain="cuhacking.com" src="https://analytics.cuhacking.com/js/plausible.js"></script>
</Helmet>
)
}
Expand Down

0 comments on commit 5ed78ac

Please sign in to comment.