Skip to content

Commit a2045a1

Browse files
committed
Add new HOME url value in configuration to link the logo when logged in.
1 parent 0731bfa commit a2045a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/default.js

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ module.exports = {
109109
ARENA: 'https://arena.topcoder-dev.com',
110110
AUTH: 'http://accounts.topcoder-dev.com',
111111
BASE: 'https://www.topcoder-dev.com',
112+
HOME: '/my-dashboard',
112113
BLOG: 'https://www.topcoder-dev.com/blog',
113114
BLOG_FEED: 'https://www.topcoder.com/blog/feed/',
114115
COMMUNITY: 'https://community.topcoder-dev.com',

config/production.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = {
2727

2828
AUTH: 'https://accounts.topcoder.com',
2929
BASE: 'https://www.topcoder.com',
30+
HOME: '/my-dashboard',
3031
COMMUNITY: 'https://community.topcoder.com',
3132
FORUMS: 'https://apps.topcoder.com/forums',
3233
HELP: 'https://help.topcoder.com',

0 commit comments

Comments
 (0)