change hostname

This commit is contained in:
2024-01-22 12:55:51 +00:00
parent 8b0465bfba
commit 65373bd001

View File

@ -134,7 +134,7 @@ export function trackEvent(
e?: { destination?: { url: string } } e?: { destination?: { url: string } }
) { ) {
if (!import.meta.env.DEV) { if (!import.meta.env.DEV) {
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",