Skip to content

Commit

Permalink
Update docusaurus.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens authored Jul 1, 2024
1 parent e2c8164 commit 42484ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: `/${projectName}/`,
baseUrl: '/',


onBrokenLinks: 'throw',
Expand Down

0 comments on commit 42484ee

Please sign in to comment.