commit fa4cf070ddcea31228f409f1bbdc9256fd651e51 parent 22fa6553a12c3d6021492dbd75fc6da2bbd68988 Author: FIGBERT <figbert@figbert.com> Date: Sat, 19 Sep 2020 11:45:28 -0700 :chart_with_upwards_trend: Move stats from GoatCounter to Umami Diffstat:
M | public/index.html | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html @@ -16,7 +16,6 @@ <body> <noscript>This app is built with React, so you need to enable JavaScript to run it.</noscript> <div id="app"></div> - <script data-goatcounter="https://figbertmath.goatcounter.com/count" - async src="//gc.zgo.at/count.js"></script> + <script async defer data-website-id="7e66b23a-800c-470e-a946-9bb75a455046" integrity="sha384-SFgC+hTq6Y/T7BVtH5jNjyKuiSefSCTh8BN9KApl6huoN9KYDDnCXZd2e3dcoxbL" src="https://umami.figbert.com/umami.js" crossorigin="anonymous"></script> </body> </html>