From 040466716674b2025935dcf69e4d1af76a69cf9a Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 4 Feb 2019 21:47:19 +0000 Subject: [PATCH] update --- nuxt.config.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index ced0ed6..45400de 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -16,11 +16,12 @@ module.exports = { meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, + { hid: 'description', name: 'description', content: 'Marc Leopold is a Chicago born photographer whose images have appeared in many collections and publications. His website is a showcase of his outstanding work and an insight into his philosophy and motivations.' }, - { property: 'og:image', content: ''}, - { property: 'og:image:width', content: ''}, - { property: 'og:image:height', content: ''}, + { property: 'og:image', content: 'XXXXXXXXXXX'}, + { property: 'og:image:width', content: 'XXXXXXXXXXX'}, + { property: 'og:image:height', content: 'XXXXXXXXXXX'}, { property: 'og:title', content: 'Marc Leopold Photography' }, { property: 'og:url', content: 'https://marcleopold.isnet.uk' }, { property: 'og:site_name', content: 'Marc Leopold Photography' }, @@ -28,7 +29,7 @@ module.exports = { { property: 'og:description', content: 'Marc Leopold is a Chicago born photographer whose images have appeared in many collections and publications. His website is a showcase of his outstanding work and an insight into his philosophy and motivations.' }, { name: 'twitter:card', content: 'summary' }, { name: 'twitter:title', content: 'Marc Leopold Photography' }, - { name: 'twitter:image', content: '' }, + { name: 'twitter:image', content: 'XXXXXXXXXXX' }, { name: 'twitter:image:alt', content: 'The website of Marc Leopold Photography.' }, { name: 'twitter:creator', content: '@studiovxweb' }, ],