Skip to content

Commit

Permalink
Suffix app name in page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Aug 1, 2020
1 parent 5ff5c74 commit 0db9579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const router = new VueRouter({

router.afterEach((to) => {
Vue.nextTick(() => {
document.title = to.meta.title;
document.title = `${to.meta.title} / listmonk`;
});
});

Expand Down

0 comments on commit 0db9579

Please sign in to comment.