Skip to content

Commit 52ce31e

Browse files
committed
Fix properties for GHP with repo named "docs"
Signed-off-by: Matt Welke <matt.welke@spectrocloud.com>
1 parent 2b796ec commit 52ce31e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ const config: Config = {
1111
url: 'https://validator-labs.github.io/',
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
14-
baseUrl: '/',
14+
baseUrl: '/docs',
1515

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

22-
onBrokenLinks: 'throw',
22+
onBrokenLinks: 'log',
2323
onBrokenMarkdownLinks: 'warn',
2424

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

0 commit comments

Comments
 (0)