From a42136c4195078c40b75e9cd0f81c58279c8279a Mon Sep 17 00:00:00 2001 From: peterpeterparker Date: Sat, 30 Nov 2019 08:22:54 +0100 Subject: [PATCH] fix: twitter summary card image url --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 2019ea502..2c045cfb5 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -151,7 +151,7 @@ export default { }, { name: "twitter:image", - content: `${routerBase.router.base}logo.jpg` + content: "https://postwoman.io/logo.jpg" } ], link: [