Skip to content

Commit 90ea03d

Browse files
committed
chore: revert site prefix
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent 8457eef commit 90ea03d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
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: '/docs/',
21+
baseUrl: '/',
2222

2323
// GitHub pages deployment config.
2424
organizationName: 'cloudnative-pg',
@@ -163,4 +163,4 @@ const config: Config = {
163163
} satisfies Preset.ThemeConfig,
164164
};
165165

166-
export default config;
166+
export default config;

0 commit comments

Comments
 (0)