fix(analytics): use local proxy for OpenPanel to avoid ad blockers
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,8 +54,8 @@ 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="https://op.nodecrew.me/api"
|
apiUrl="/api/op"
|
||||||
scriptUrl="https://op.nodecrew.me/op1.js"
|
scriptUrl="/api/op/op1.js"
|
||||||
/>
|
/>
|
||||||
<Script
|
<Script
|
||||||
src="/api/script.js"
|
src="/api/script.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user