Merge pull request #1910 from jonaskuske/patch-1

fix: use new script name in update-tracker.js
pull/1915/head
Mike Cao 2023-04-18 09:51:15 -07:00 committed by GitHub
commit 3d64985f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const path = require('path');
const endPoint = process.env.COLLECT_API_ENDPOINT;
if (endPoint) {
const file = path.resolve(__dirname, '../public/umami.js');
const file = path.resolve(__dirname, '../public/script.js');
const tracker = fs.readFileSync(file);