Fix SSR title
This commit is contained in:
parent
122060e9a5
commit
562fd0d8a2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export default {
|
||||||
clearInterval(this.interval);
|
clearInterval(this.interval);
|
||||||
}
|
}
|
||||||
this.item = res.body;
|
this.item = res.body;
|
||||||
document.title = `Match Audio • ${this.item.artist.name} - ${this.item.name}`;
|
document.title = `Match Audio • ${this.item.name} by ${this.item.artist.name}`;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue