From 49e1d2107ef33cbf2587f2cd0043309ceb5285f6 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 24 Mar 2020 13:11:11 +0530 Subject: [PATCH] :bento: Updated `og:image` --- nuxt.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index b0548cabf..6a1fdc3bf 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -65,6 +65,10 @@ export default { itemprop: "image", content: `https://postwoman.io/logo.jpg`, }, + { + property: "og:image", + content: `https://postwoman.io/logo.jpg`, + }, // Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt) { name: "application-name",