diff --git a/web/index.html b/web/index.html index 01ec18bb..6aa2f76d 100644 --- a/web/index.html +++ b/web/index.html @@ -4,8 +4,7 @@ { - document.title = to.meta.title ? `${APPLICATION_NAME} - ${to.meta.title}` : APPLICATION_NAME + document.title = to.meta.title ? `${APPLICATION_NAME} : ${to.meta.title}` : APPLICATION_NAME if (to.meta.requiresAuth === false) return true