We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b796ec commit 52ce31eCopy full SHA for 52ce31e
docusaurus.config.ts
@@ -11,15 +11,15 @@ const config: Config = {
11
url: 'https://validator-labs.github.io/',
12
// Set the /<baseUrl>/ pathname under which your site is served
13
// For GitHub pages deployment, it is often '/<projectName>/'
14
- baseUrl: '/',
+ baseUrl: '/docs',
15
16
// GitHub pages deployment config.
17
// If you aren't using GitHub pages, you don't need these.
18
organizationName: 'validator-labs', // Usually your GitHub org/user name.
19
projectName: 'docs', // Usually your repo name.
20
trailingSlash: false,
21
22
- onBrokenLinks: 'throw',
+ onBrokenLinks: 'log',
23
onBrokenMarkdownLinks: 'warn',
24
25
// Even if you don't use internationalization, you can use this field to set
0 commit comments