-
@@ -175,12 +168,33 @@
\ No newline at end of file
diff --git a/src/main.js b/src/main.js
index bd77f66..0611093 100644
--- a/src/main.js
+++ b/src/main.js
@@ -26,9 +26,9 @@ const Home = import('./components/Home.vue');
const Imprint = import('./components/Imprint.vue');
const Privacy = import('./components/Privacy.vue');
const Register = import('./components/Register.vue');
-const Profile = import('./components/Profile.vue');
+const Profile = () => import('./components/Profile.vue');
//
-let routes = [ { path: '/', component: EnvError } ];
+let routes = [ { path: '/:pathMatch(.*)*', component: EnvError } ];
if (typeof config !== 'undefined') {
if (config.baseurl && config.documentserver_key) {
routes = [