Skip to content

Commit 22427ea

Browse files
typo
1 parent 170a24c commit 22427ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/11ty/tracking_script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = function () {
2-
if (process.env.ENABLE_ANALYTICS) {
2+
if (process.env.ENABLE_ANALYTICS === "true") {
33
return '<script data-goatcounter="https://brusman_se.goatcounter.com/count" async src="/js/count.js"></script>';
44
} else {
55
return "";

0 commit comments

Comments
 (0)