added metainfo title on each pages

This commit is contained in:
2020-07-11 11:54:06 +02:00
parent 09793d56f8
commit ae9e6c6d84
13 changed files with 105 additions and 16 deletions
+3
View File
@@ -23,6 +23,9 @@ import LocorumItem from '../components/Content/LocorumItem'
export default {
name: 'IndexLocorum',
metaInfo: {
title: 'Index Locorum'
},
components: {
LocorumItem,
MainContentLayout