Skip to content

Commit bed1e3a

Browse files
committed
chore: use /docs/ as prefix
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent f406122 commit bed1e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

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

2323
// GitHub pages deployment config.
2424
organizationName: 'cloudnative-pg',

0 commit comments

Comments
 (0)