fix(analytics): add catch-all rewrite for OpenPanel /track paths
Build and Deploy / build (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
This commit is contained in:
@@ -34,6 +34,10 @@ const nextConfig: NextConfig = {
|
||||
source: "/api/op/track",
|
||||
destination: `${openpanelUrl}/track`,
|
||||
},
|
||||
{
|
||||
source: "/api/op/track/:path*",
|
||||
destination: `${openpanelUrl}/track/:path*`,
|
||||
},
|
||||
];
|
||||
},
|
||||
images: {
|
||||
|
||||
Reference in New Issue
Block a user