fix(analytics): fix OpenPanel apiUrl to not include /track
Some checks failed
Build and Deploy / build (push) Has been cancelled
Some checks failed
Build and Deploy / build (push) Has been cancelled
This commit is contained in:
@@ -54,7 +54,7 @@ export default async function LocaleLayout({
|
|||||||
clientId={process.env.NEXT_PUBLIC_OPENPANEL_CLIENT_ID || ""}
|
clientId={process.env.NEXT_PUBLIC_OPENPANEL_CLIENT_ID || ""}
|
||||||
trackScreenViews={true}
|
trackScreenViews={true}
|
||||||
trackOutgoingLinks={true}
|
trackOutgoingLinks={true}
|
||||||
apiUrl="/api/op/track"
|
apiUrl="/api/op"
|
||||||
scriptUrl="/api/op1"
|
scriptUrl="/api/op1"
|
||||||
/>
|
/>
|
||||||
<Script
|
<Script
|
||||||
|
|||||||
Reference in New Issue
Block a user