diff --git a/config/default.js b/config/default.js index 67ca952a3a..831767d56c 100644 --- a/config/default.js +++ b/config/default.js @@ -109,6 +109,7 @@ module.exports = { ARENA: 'https://arena.topcoder-dev.com', AUTH: 'http://accounts.topcoder-dev.com', BASE: 'https://www.topcoder-dev.com', + HOME: '/my-dashboard', BLOG: 'https://www.topcoder-dev.com/blog', BLOG_FEED: 'https://www.topcoder.com/blog/feed/', COMMUNITY: 'https://community.topcoder-dev.com', diff --git a/config/production.js b/config/production.js index 2493b41229..d4a364dc36 100644 --- a/config/production.js +++ b/config/production.js @@ -27,6 +27,7 @@ module.exports = { AUTH: 'https://accounts.topcoder.com', BASE: 'https://www.topcoder.com', + HOME: '/my-dashboard', COMMUNITY: 'https://community.topcoder.com', FORUMS: 'https://apps.topcoder.com/forums', HELP: 'https://help.topcoder.com',