From c3d6343edbb573a702034fb2dcfcfab368b1de8e Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 23 Aug 2020 16:47:48 +0530 Subject: [PATCH] Updated social share images --- nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 37f5686f..3ddee499 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -46,11 +46,11 @@ export default { }, { itemprop: "image", - content: `${process.env.BASE_URL}logo.jpg`, + content: `${process.env.BASE_URL}banner.jpg`, }, { property: "og:image", - content: `${process.env.BASE_URL}logo.jpg`, + content: `${process.env.BASE_URL}banner.jpg`, }, // Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt) {