fix(analytics): fix OpenPanel apiUrl to not include /track
Some checks failed
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
Unchained
2026-03-31 07:23:03 +02:00
parent cee3b71454
commit bce2d19ca3

View File

@@ -54,7 +54,7 @@ export default async function LocaleLayout({
clientId={process.env.NEXT_PUBLIC_OPENPANEL_CLIENT_ID || ""}
trackScreenViews={true}
trackOutgoingLinks={true}
apiUrl="/api/op/track"
apiUrl="/api/op"
scriptUrl="/api/op1"
/>
<Script