change hostname

This commit is contained in:
Kieran 2024-01-22 12:55:51 +00:00
parent 8b0465bfba
commit 65373bd001
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -134,7 +134,7 @@ export function trackEvent(
e?: { destination?: { url: string } }
) {
if (!import.meta.env.DEV) {
fetch("https://analytics.v0l.io/api/event", {
fetch("https://pa.v0l.io/api/event", {
method: "POST",
headers: {
"content-type": "application/json",