add domain prefix to goatcounter paths
Deploy nginx / deploy (push) Successful in 3s

This commit is contained in:
2026-04-09 17:35:00 -04:00
parent 449b763621
commit ff828ecc44
+1 -1
View File
@@ -1,3 +1,3 @@
sub_filter '</body>' '<script data-goatcounter="https://goatcounter.hantim.net/count" async src="//goatcounter.hantim.net/count.js"></script></body>';
sub_filter '</body>' '<script>window.goatcounter={path:function(p){return location.host+p}}</script><script data-goatcounter="https://goatcounter.hantim.net/count" async src="//goatcounter.hantim.net/count.js"></script></body>';
sub_filter_once on;
sub_filter_types text/html;