mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-09 14:56:03 +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) => {
|
router.afterEach((to) => {
|
||||||
Vue.nextTick(() => {
|
Vue.nextTick(() => {
|
||||||
document.title = to.meta.title;
|
document.title = `${to.meta.title} / listmonk`;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue