chore: update hostname
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Kieran 2024-01-22 12:58:03 +00:00
parent 381a849a11
commit ef8a5c29bf
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ export function trackEvent(
CONFIG.features.analytics &&
(LoginStore.snapshot().appData.item.preferences.telemetry ?? true)
) {
fetch("https://analytics.v0l.io/api/event", {
fetch("https://pa.v0l.io/api/event", {
method: "POST",
headers: {
"content-type": "application/json",