From a9ed1c0fe83c441c9023f891a88f8b4dfb630bd2 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 13 Feb 2020 17:13:11 +0530 Subject: [PATCH] :wrench: Minor under the hood changes according to HTML specs --- components/history.vue | 2 +- nuxt.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/history.vue b/components/history.vue index 342dca8c3..18c3aeb19 100644 --- a/components/history.vue +++ b/components/history.vue @@ -5,7 +5,7 @@
  • diff --git a/nuxt.config.js b/nuxt.config.js index 99d7d8dfc..66f07cc06 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -73,7 +73,7 @@ export default { }, { itemprop: "image", - content: `${routerBase.router.base}logo.jpg` + content: `https://postwoman.io/logo.jpg` }, // Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt) { @@ -129,7 +129,7 @@ export default { }, { property: "og:image", - content: `${routerBase.router.base}logo.jpg` + content: `https://postwoman.io/logo.jpg` }, // Twitter {