From 6a6d0d3a990d8cbfa7d441a1d8b3bb6376d4b308 Mon Sep 17 00:00:00 2001 From: Luxumbra Date: Wed, 2 Jun 2021 01:30:13 +0100 Subject: [PATCH] removed the undesirable / (#217) ...that i think is breaking the og site image --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3f65f719..2edcf985 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -1,7 +1,7 @@ module.exports = { title: "MetaGame Wiki", tagline: "Build the future you want to live in.", - url: "https://wiki.metagame.wtf/", + url: "https://wiki.metagame.wtf", baseUrl: "/", favicon: "img/mg-icon.png", organizationName: "MetaFam",