change hostname
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user