From 42484eeebeeaa8f60857200908b41d8182c72bc5 Mon Sep 17 00:00:00 2001 From: Sergi Philipsen Date: Mon, 1 Jul 2024 10:15:37 +0200 Subject: [PATCH] Update docusaurus.config.ts --- docusaurus/docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/docusaurus.config.ts b/docusaurus/docusaurus.config.ts index a523e5ace..d95800baa 100644 --- a/docusaurus/docusaurus.config.ts +++ b/docusaurus/docusaurus.config.ts @@ -16,10 +16,10 @@ const config: Config = { projectName: `${projectName}`, // Usually your repo name. // Set the production url of your site here - url: `https://${organizationName}.github.io`, + url: `https://docs.zaakbrug.nl`, // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: `/${projectName}/`, + baseUrl: '/', onBrokenLinks: 'throw',