From 0bed1bd6db74a718238326c7dd467ab00a0c7bf6 Mon Sep 17 00:00:00 2001 From: Pierre-Jean CHANCELLIER <paidge_cs@hotmail.com> Date: Thu, 27 Jan 2022 10:54:37 +0100 Subject: [PATCH] correct ogHost for ogImage --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 357bad6..f9d9bc7 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -80,7 +80,7 @@ export default { description: "Vérifiez les entrées et les sorties de la toile de confiance de la monnaie libre Ğ1", lang: "fr", - ogHost: "wotwizard.axiom-team.fr", + ogHost: "https://wotwizard.axiom-team.fr", ogImage: true, twitterCard: "app", nativeUI: true, -- GitLab