This commit is contained in:
parent
474baf321b
commit
42ee58c18d
2 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ export function slideTo(path, { skipHistory = false } = {}) {
|
|||
const slidePath = idx !== -1 ? slides.all[idx].path : path;
|
||||
|
||||
if (idx !== -1 && slides.all[idx].title) {
|
||||
document.title = `${slides.all[idx].title} — World Game`;
|
||||
document.title = `World Game - ${slides.all[idx].title}`;
|
||||
}
|
||||
|
||||
slides.slideTo(slidePath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue