From dc673b1f5b07524522eeff126384eb09674f463b Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 11 Jul 2019 22:29:18 +0200 Subject: [PATCH] minor --- components/Home.vue | 3 +-- components/List.vue | 1 + components/Nav.vue | 7 ++++--- package.json | 16 ++++++++-------- pages/add/_edit.vue | 1 - plugins/element-ui.js | 7 +++++-- plugins/v-calendar.js | 1 - server/emails/event/html.pug | 4 +++- 8 files changed, 22 insertions(+), 18 deletions(-) diff --git a/components/Home.vue b/components/Home.vue index 910d5a8c..847d5f7c 100644 --- a/components/Home.vue +++ b/components/Home.vue @@ -29,7 +29,6 @@ import Calendar from '@/components/Calendar' export default { name: 'Home', head () { - console.error(this.settings) return { title: this.settings.title, meta: [ @@ -38,7 +37,7 @@ export default { { hid: 'og-description', name: 'og:description', content: this.settings.description }, { hid: 'og-title', property: 'og:title', content: this.settings.title }, { hid: 'og-url', property: 'og:url', content: this.settings.baseurl }, - // { property: 'og:image', content: this.settings.baseurl } + { property: 'og:image', content: this.settings.baseurl + '/favicon.ico' } ] } }, diff --git a/components/List.vue b/components/List.vue index 7a1706cf..29b77d81 100644 --- a/components/List.vue +++ b/components/List.vue @@ -60,6 +60,7 @@ export default {