We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0731bfa commit a2045a1Copy full SHA for a2045a1
config/default.js
@@ -109,6 +109,7 @@ module.exports = {
109
ARENA: 'https://arena.topcoder-dev.com',
110
AUTH: 'http://accounts.topcoder-dev.com',
111
BASE: 'https://www.topcoder-dev.com',
112
+ HOME: '/my-dashboard',
113
BLOG: 'https://www.topcoder-dev.com/blog',
114
BLOG_FEED: 'https://www.topcoder.com/blog/feed/',
115
COMMUNITY: 'https://community.topcoder-dev.com',
config/production.js
@@ -27,6 +27,7 @@ module.exports = {
27
28
AUTH: 'https://accounts.topcoder.com',
29
BASE: 'https://www.topcoder.com',
30
31
COMMUNITY: 'https://community.topcoder.com',
32
FORUMS: 'https://apps.topcoder.com/forums',
33
HELP: 'https://help.topcoder.com',
0 commit comments