fix(analytics): use route handler for OpenPanel script to fix query param issue
Some checks failed
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
Unchained
2026-03-31 07:19:14 +02:00
parent ff629691a5
commit cee3b71454
3 changed files with 26 additions and 6 deletions

View File

@@ -34,10 +34,6 @@ const nextConfig: NextConfig = {
source: "/api/op/track",
destination: `${openpanelUrl}/track`,
},
{
source: "/api/op/op1.js",
destination: `${openpanelScriptUrl}/op1.js`,
},
];
},
images: {