diff options
author | ana <ana@ana.st> | 2021-08-09 11:21:04 +0200 |
---|---|---|
committer | ana <ana@ana.st> | 2021-08-09 11:21:04 +0200 |
commit | 232b29e3d294d44c0d9867a1586199c3e00b5509 (patch) | |
tree | 089f8f9b050a9e70f406e53c857876d0cd69a67d | |
parent | b386452100e26dbe33784c789d975e49caf8b586 (diff) | |
download | eureka-marks-232b29e3d294d44c0d9867a1586199c3e00b5509.tar.gz |
feat: add goatcounter analytics
-rw-r--r-- | public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index f7390b3..27c9d3b 100644 --- a/public/index.html +++ b/public/index.html @@ -15,5 +15,6 @@ </head> <body> <script type="module" src="/dist/index.js"></script> + <script data-goatcounter="https://eureka-marks.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> </body> </html> |