Skip to content

Commit 787f08b

Browse files
authored
docs: follow temporary rename to docs-new (#10)
Signed-off-by: Francesco Canovai <[email protected]>
1 parent b98f350 commit 787f08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ 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: '/docs/',
23+
baseUrl: '/docs-new/',
2424

2525
// GitHub pages deployment config.
2626
organizationName: 'cloudnative-pg',
27-
projectName: 'docs',
27+
projectName: 'docs-new',
2828
deploymentBranch: 'gh-pages',
2929

3030
onBrokenLinks: 'throw',

0 commit comments

Comments
 (0)