From 5e541b06706ba87e2506fe4b3eda423fd6e837fa Mon Sep 17 00:00:00 2001 From: itsvick Date: Wed, 4 Dec 2024 14:10:32 +0530 Subject: [PATCH] Issue #PS-0000 fix: Updated portal base url --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 9596641a..fe95222c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -12,7 +12,7 @@ const remotes = (isServer) => { }; }; -const PORTAL_BASE_URL = "https://sunbird-editor.tekdinext.com"; +const PORTAL_BASE_URL = "https://staging.sunbirded.org"; const routes = { API: {