mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Merge pull request #1910 from jonaskuske/patch-1
fix: use new script name in update-tracker.js
This commit is contained in:
commit
3d64985f1a
@ -6,7 +6,7 @@ const path = require('path');
|
|||||||
const endPoint = process.env.COLLECT_API_ENDPOINT;
|
const endPoint = process.env.COLLECT_API_ENDPOINT;
|
||||||
|
|
||||||
if (endPoint) {
|
if (endPoint) {
|
||||||
const file = path.resolve(__dirname, '../public/umami.js');
|
const file = path.resolve(__dirname, '../public/script.js');
|
||||||
|
|
||||||
const tracker = fs.readFileSync(file);
|
const tracker = fs.readFileSync(file);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user