[SEBA-139] Fixing GUI navigation

Change-Id: I3d089324faf2a23ddadaa28c89712fca740f3d08
diff --git a/conf/webpack-dist.conf.js b/conf/webpack-dist.conf.js
index ba79816..d206557 100644
--- a/conf/webpack-dist.conf.js
+++ b/conf/webpack-dist.conf.js
@@ -88,13 +88,13 @@
       jQuery: "jquery"
     }),
     new BaseHrefWebpackPlugin({
-      baseHref: '/xos/'
+      baseHref: '/'
     }),
   ],
   postcss: () => [autoprefixer],
   output: {
     path: path.join(process.cwd(), conf.paths.dist),
-    publicPath: "/xos/", // enable apache proxying on the head node
+    publicPath: "/", // enable apache proxying on the head node
     filename: '[name].js'
   },
   resolve: {