From e68a6165f6a090b02ddb9d5f02a6555ab90d826c Mon Sep 17 00:00:00 2001 From: Joshua Winkler Date: Thu, 5 Sep 2024 00:18:20 +0200 Subject: [PATCH] fix: set final url --- docusaurus.config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 4d9df62..1d72450 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -7,9 +7,8 @@ const config: Config = { tagline: "Und wir fangen gerade erst an!", favicon: "img/favicon.png", - // todo: change this to final url - url: "https://gommehdnet.github.io", - baseUrl: "/citybuild-wiki/", + url: "https://cbwiki.gommehd.net", + baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.