fix(analytics): add catch-all rewrite for OpenPanel /track paths
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
Unchained
2026-03-31 08:15:36 +02:00
parent 7f5c05d995
commit b476807a43
+4
View File
@@ -34,6 +34,10 @@ const nextConfig: NextConfig = {
source: "/api/op/track",
destination: `${openpanelUrl}/track`,
},
{
source: "/api/op/track/:path*",
destination: `${openpanelUrl}/track/:path*`,
},
];
},
images: {