mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Updated tracker script name and endpoint.
This commit is contained in:
parent
be8eb61f7f
commit
54051d7204
2 changed files with 3 additions and 3 deletions
|
|
@ -61,7 +61,7 @@
|
|||
const root = hostUrl
|
||||
? hostUrl.replace(/\/$/, '')
|
||||
: currentScript.src.split('/').slice(0, -1).join('/');
|
||||
const endpoint = `${root}/api/collect`;
|
||||
const endpoint = `${root}/api/send`;
|
||||
const screen = `${width}x${height}`;
|
||||
const eventClass = /^umami--([a-z]+)--([\w]+[\w-]*)$/;
|
||||
const eventSelect = "[class*='umami--']";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue