diff --git a/public/index.html b/public/index.html
index 0d707e1..547ce3b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,7 +2,7 @@
- ECG Account Service
+ ECG account password reset
diff --git a/vue.config.js b/vue.config.js
index f377529..e360a30 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,3 +1,6 @@
module.exports = {
- runtimeCompiler: true
-}
+ runtimeCompiler: true,
+ publicPath: process.env.NODE_ENV === 'production'
+ ? '/manage/'
+ : '/'
+};