Skip to content

Commit 0d24df3

Browse files
committed
fix: added https to nav url as it is breaking url constructor
1 parent 269138f commit 0d24df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/constants/development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
// duration to show the prompt saying user will be logged out, before actually logging out the user
5252
IDLE_TIMEOUT_GRACE_MINUTES: 5,
5353
MULTI_ROUND_CHALLENGE_TEMPLATE_ID: 'd4201ca4-8437-4d63-9957-3f7708184b07',
54-
UNIVERSAL_NAV_URL: '//uni-nav.topcoder-dev.com/v1/tc-universal-nav.js',
54+
UNIVERSAL_NAV_URL: 'https://uni-nav.topcoder-dev.com/v1/tc-universal-nav.js',
5555
HEADER_AUTH_URLS_HREF: `https://accounts-auth0.${DOMAIN}?utm_source=community-app-main`,
5656
HEADER_AUTH_URLS_LOCATION: `https://accounts-auth0.${DOMAIN}?retUrl=%S&utm_source=community-app-main`,
5757
SKILLS_V5_API_URL: `${API_V5}/standardized-skills/skills/autocomplete`,

0 commit comments

Comments
 (0)