diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index 164197c..fdd8c66 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -54,8 +54,8 @@ export default async function LocaleLayout({ clientId={process.env.NEXT_PUBLIC_OPENPANEL_CLIENT_ID || ""} trackScreenViews={true} trackOutgoingLinks={true} - apiUrl="https://op.nodecrew.me/api" - scriptUrl="https://op.nodecrew.me/op1.js" + apiUrl="/api/op" + scriptUrl="/api/op1" />