You are unauthorized
diff --git a/config/micro-frontends-routes-prod.txt b/config/micro-frontends-routes-prod.txt
new file mode 100644
index 0000000..f897067
--- /dev/null
+++ b/config/micro-frontends-routes-prod.txt
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ You are unauthorized
+
+
+
+
+ Welcome to the Topcoder Platform. Get started by opening an app in the tool switcher on top right corner.
+
+
\ No newline at end of file
diff --git a/webpack.config.js b/webpack.config.js
index 0eddef5..bec4a1a 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -48,6 +48,10 @@ module.exports = (webpackConfigEnv) => {
from: "src/images",
to: "./",
},
+ {
+ from: `config/*${webpackConfigEnv.APPENV}.*`,
+ to: "./",
+ },
],
}),
],