Skip to content

Commit

Permalink
Fix properties for GHP with repo named "docs"
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Welke <[email protected]>
  • Loading branch information
mattwelke committed Aug 28, 2024
1 parent 2b796ec commit 52ce31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ const config: Config = {
url: 'https://validator-labs.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/docs',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'validator-labs', // Usually your GitHub org/user name.
projectName: 'docs', // Usually your repo name.
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenLinks: 'log',
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internationalization, you can use this field to set
Expand Down

0 comments on commit 52ce31e

Please sign in to comment.