Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Update prod.js #183

Merged
merged 1 commit into from
Sep 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update prod.js
  • Loading branch information
urwithat authored Sep 13, 2021
commit 72b10517de23374adbf22bad4aab9794398e02f3
4 changes: 2 additions & 2 deletions config/prod.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
MFE_CONFIG: {
'@topcoder/micro-frontends-challenges-app': 'http://platform.topcoder.com/challenges-app/topcoder-micro-frontends-challenges-app.js',
'@topcoder/micro-frontends-gigs-app': 'http://platform.topcoder.com/gigs-app/topcoder-micro-frontends-gigs-app.js',
'@topcoder/micro-frontends-challenges-app': 'https://platform.topcoder.com/challenges-app/topcoder-micro-frontends-challenges-app.js',
'@topcoder/micro-frontends-gigs-app': 'https://platform.topcoder.com/gigs-app/topcoder-micro-frontends-gigs-app.js',
}
};