Set title on every page
This commit is contained in:
parent
f052a6199b
commit
d83462c075
5 changed files with 18 additions and 6 deletions
|
@ -199,6 +199,7 @@
|
|||
export default {
|
||||
name: "IndexPage",
|
||||
layout: "empty",
|
||||
head: () => ({ title: "Moritz Ruth", titleTemplate: "%s" }),
|
||||
components: { NavigationBar, AnimatedLogo, InstagramIcon, TwitterIcon, NPMIcon, GitHubIcon, EmailIcon },
|
||||
mounted() {
|
||||
let configIndex = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue