Skip to content

Commit 3901ee7

Browse files
authored
docs: fix baseUrl (#9)
Signed-off-by: Francesco Canovai <[email protected]>
1 parent 0359fb6 commit 3901ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config: Config = {
2020
url: 'https://cloudnative-pg.github.io',
2121
// Set the /<baseUrl>/ pathname under which your site is served
2222
// For GitHub pages deployment, it is often '/<projectName>/'
23-
baseUrl: '/',
23+
baseUrl: '/docs/',
2424

2525
// GitHub pages deployment config.
2626
organizationName: 'cloudnative-pg',

0 commit comments

Comments
 (0)