From 96b64c504efc72815c4127eb5b7f80bb0922c4d6 Mon Sep 17 00:00:00 2001 From: Arif-tekdi-technologies Date: Fri, 11 Oct 2024 14:39:10 +0530 Subject: [PATCH] Issue #PS-2103: Add Workspace UI implementation in admin portal --- next.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index ccde837..036ed39 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -74,10 +74,6 @@ const nextConfig = { source: "/api/:path*", // Match /api/ routes destination: `${process.env.WORKSPACE_BASE_URL}/api/proxy?path=/api/:path*`, // Forward them to proxy.js }, - { - source: "/assets/public/:path*", // Match any URL starting with /assets/public/ - destination: `${process.env.CLOUD_STORAGE_URL}/:path*`, // Forward to S3, stripping "/assets/public" - }, { source: routes.API.GENERAL.CONTENT_PREVIEW, destination: `${PORTAL_BASE_URL}${routes.API.GENERAL.CONTENT_PREVIEW}`, // Proxy to portal