diff --git a/src/App.vue b/src/App.vue index a04eb95..f9249e8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,13 @@ @@ -16,7 +23,8 @@ export default { data() { return { - title: 'Bristol JS' + title: 'Bristol JS', + description: 'We host monthly JavaScript meetings in the beautiful city of Bristol, UK.' } } }