mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-04 05:04:28 +08:00
Suffix app name in page titles
This commit is contained in:
parent
5ff5c74321
commit
0db95799fb
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ const router = new VueRouter({
|
|||
|
||||
router.afterEach((to) => {
|
||||
Vue.nextTick(() => {
|
||||
document.title = to.meta.title;
|
||||
document.title = `${to.meta.title} / listmonk`;
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue