diff options
author | Melody Horn <melody@boringcactus.com> | 2020-09-09 23:39:42 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-09-09 23:39:42 -0600 |
commit | 38baae37e5d260e82913fe110383c6be0b5fce34 (patch) | |
tree | 63babdcabe5e224254fb28fa561eadd7df9ba92a | |
parent | ecbf804985a9fbc9610e92f369ba205aebe0b54c (diff) | |
download | boringcactus.com-38baae37e5d260e82913fe110383c6be0b5fce34.tar.gz boringcactus.com-38baae37e5d260e82913fe110383c6be0b5fce34.zip |
move analytics to custom domain
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 2fbb05c..3aa9e43 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -22,7 +22,7 @@ {% endif %} <link rel="stylesheet" href="/site.css"> {% feed_meta %} - <script async defer data-domain="boringcactus.com" src="https://plausible.io/js/plausible.js"></script> + <script async defer data-domain="boringcactus.com" src="https://stats.boringcactus.com/js/index.js"></script> </head> <body> <header> |