diff --git a/next.config.ts b/next.config.ts index a8d2bf3..48c54db 100644 --- a/next.config.ts +++ b/next.config.ts @@ -34,6 +34,10 @@ const nextConfig: NextConfig = { source: "/api/op/track", destination: `${openpanelUrl}/track`, }, + { + source: "/api/op/track/:path*", + destination: `${openpanelUrl}/track/:path*`, + }, ]; }, images: {