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

Commit 4897fd7

Browse files
committed
config changes
1 parent 7282314 commit 4897fd7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/development.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"@topcoder/micro-frontends-navbar-app": "https://www.topcoder-dev.com/topcoder-micro-frontends-navbar-app.js",
4-
"@topcoder/micro-frontends-react-app": "https://www.topcoder-dev.com/topcoder-micro-frontends-react-app.js",
5-
"@topcoder/micro-frontends-angular-app": "https://www.topcoder-dev.com/main.js"
3+
"@topcoder/micro-frontends-navbar-app": "https://mfe.topcoder-dev.com/navbar/topcoder-micro-frontends-navbar-app.js",
4+
"@topcoder/micro-frontends-react-app": "https://mfe.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js",
5+
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder-dev.com/angular/main.js"
66
}
77
}

config/production.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"@topcoder/micro-frontends-navbar-app": "https://www.topcoder.com/topcoder-micro-frontends-navbar-app.js",
4-
"@topcoder/micro-frontends-react-app": "https://www.topcoder.com/topcoder-micro-frontends-react-app.js",
5-
"@topcoder/micro-frontends-angular-app": "https://www.topcoder.com/main.js"
3+
"@topcoder/micro-frontends-navbar-app": "https://mfe.topcoder.com/navbar/topcoder-micro-frontends-navbar-app.js",
4+
"@topcoder/micro-frontends-react-app": "https://mfe.topcoder.com/react/topcoder-micro-frontends-react-app.js",
5+
"@topcoder/micro-frontends-angular-app": "https://mfe.topcoder.com/angular/main.js"
66
}
77
}

0 commit comments

Comments
 (0)