goatcounter: add script tag to index.html
This commit is contained in:
parent
88ce25f6b4
commit
ad6af66a61
@ -39,6 +39,7 @@
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
cp -r public/ $out/
|
||||
cat goatcounter.url >> $out/public/index.html
|
||||
'';
|
||||
};
|
||||
in {
|
||||
|
1
goatcounter.url
Normal file
1
goatcounter.url
Normal file
@ -0,0 +1 @@
|
||||
<script data-goatcounter="https://stats.project-cloud.net/count" async src="//stats.project-cloud.net/count.js"></script>
|
Loading…
Reference in New Issue
Block a user