chore: update hostname

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

View File

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