Skip to content

Commit

Permalink
Issue #PS-2326 feat: comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
suvarnakale committed Nov 11, 2024
1 parent 56f0905 commit 2c2c794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const nextConfig = {
destination: `${process.env.WORKSPACE_BASE_URL}/assets/:path*`, // Serve the assets from the public folder
},
{
source: '/action/v1/telemetry', // Match any URL starting with /workspace/content/assets/
destination: `${process.env.NEXT_PUBLIC_TELEMETRY_URL}/v1/telemetry`, // Serve the assets from the public folder
source: '/action/v1/telemetry',
destination: `${process.env.NEXT_PUBLIC_TELEMETRY_URL}/v1/telemetry`,
},
{
source: '/action/asset/:path*', // Match other /action/asset routes
Expand Down

0 comments on commit 2c2c794

Please sign in to comment.