minor
This commit is contained in:
@@ -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' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user