1
0
Fork 0

Set title on every page

This commit is contained in:
Moritz Ruth 2020-04-11 00:44:54 +02:00
parent f052a6199b
commit d83462c075
5 changed files with 18 additions and 6 deletions

View file

@ -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;