diff --git a/next.config.mjs b/next.config.mjs index 0555014..39fc17a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -79,6 +79,14 @@ const nextConfig = { source: "/action/v1/telemetry", destination: `${process.env.NEXT_PUBLIC_TELEMETRY_URL}/v1/telemetry`, }, + { + source: "/action/data/v3/telemetry", + destination: `${process.env.NEXT_PUBLIC_TELEMETRY_URL}/v1/telemetry`, + }, + { + source: "/data/v3/telemetry", + destination: `${process.env.NEXT_PUBLIC_TELEMETRY_URL}/v1/telemetry`, + }, { source: "/action/content/:path*", // Match other /action/asset routes destination: `${process.env.WORKSPACE_BASE_URL}/api/proxy?path=/action/content/:path*`, // Forward other /action/asset requests to proxy.js