From bce2d19ca364e7e169dc046b72984c4616884538 Mon Sep 17 00:00:00 2001 From: Unchained Date: Tue, 31 Mar 2026 07:23:03 +0200 Subject: [PATCH] fix(analytics): fix OpenPanel apiUrl to not include /track --- src/app/[locale]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index 92c7fe6..1cb230a 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -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" />