removed phpcodechecker, added og tags, description

This commit is contained in:
nautatva
2019-10-22 11:23:37 +05:30
parent f69414ae6a
commit 1197f7a22a
5 changed files with 10 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ import Github from '../components/Github'
import Logo from '../components/Logo'
import Search from '../components/Search'
import Sidebar from '../components/Sidebar'
import pkg from '../package'
export default {
components: {
@@ -23,6 +24,8 @@ export default {
head () {
return {
meta: [
{ hid: 'og:title', property: 'og:title', content: pkg.name },
{ hid: 'og:description', property: 'og:description', content: pkg.description },
{ hid: 'og:image', property: 'og:image', content: this.prodBaseUrl + 'apple-touch-icon.png' },
{ hid: 'og:url', property: 'og:url', content: this.prodBaseUrl },
],