diff --git a/src/App.vue b/src/App.vue index 34ab4a3..288a658 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ @@ -22,7 +22,8 @@ */ mounted() { - document.title = config.title; + // Set title + document.title = config.title.text; } } @@ -40,6 +41,5 @@ #title { background: lightblue; - height: 100vh; } diff --git a/src/content/charlie-config.json b/src/content/charlie-config.json index ef0dd1f..cd57055 100644 --- a/src/content/charlie-config.json +++ b/src/content/charlie-config.json @@ -1,3 +1,7 @@ { - "title": "Charlie's Gallery" + "title": + { + "text": "Charlie's Gallery", + "height": 100 + } }