We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c011b commit 81fc56aCopy full SHA for 81fc56a
1 file changed
public/index.html
@@ -16,6 +16,10 @@
16
-->
17
<link rel="manifest" href="/manifest.json" />
18
<title>BMS Report</title>
19
+ <% if (process.env.NODE_ENV === 'production') { %>
20
+ <script data-goatcounter="https://bms-report.goatcounter.com/count"
21
+ async src="//gc.zgo.at/count.js"></script>
22
+ <% } %>
23
</head>
24
<body>
25
<noscript>You need to enable JavaScript to run this app.</noscript>
0 commit comments