From e3d4331adbb8383e77a2d2427e23c28f3bb48256 Mon Sep 17 00:00:00 2001 From: Giedrius Grabauskas Date: Tue, 17 Dec 2024 16:02:09 +0200 Subject: [PATCH] Set new hostname --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a4718fb..4680586 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -8,7 +8,7 @@ const config: Config = { title: "OneGround", tagline: "ZGW registrations and Api's", favicon: "img/favicon.png", - url: "https://oneground.github.io", + url: "https://dev.oneground.nl", baseUrl: "/", organizationName: "OneGround", projectName: "DevPortal",