Skip to content

Commit 720e4dc

Browse files
committed
Fix properties for GHP
Signed-off-by: Matt Welke <matt.welke@spectrocloud.com>
1 parent e2e0daf commit 720e4dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ const config: Config = {
88
favicon: 'img/favicon.ico',
99

1010
// Set the production url of your site here
11-
url: 'https://validator-labs.github.io/docs',
11+
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.
20+
trailingSlash: false,
2021

2122
onBrokenLinks: 'throw',
2223
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)