fix(analytics): create actual route handler for OpenPanel track endpoint
Build and Deploy / build (push) Has been cancelled

The standalone build doesn't support rewrites - need actual route handler to proxy OpenPanel API requests.
This commit is contained in:
Unchained
2026-03-31 08:18:20 +02:00
parent b476807a43
commit 8a8bbd1b71
2 changed files with 65 additions and 4 deletions
-4
View File
@@ -34,10 +34,6 @@ const nextConfig: NextConfig = {
source: "/api/op/track",
destination: `${openpanelUrl}/track`,
},
{
source: "/api/op/track/:path*",
destination: `${openpanelUrl}/track/:path*`,
},
];
},
images: {