We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8457eef commit 90ea03dCopy full SHA for 90ea03d
docusaurus.config.ts
@@ -18,7 +18,7 @@ const config: Config = {
18
url: 'https://cloudnative-pg.github.io',
19
// Set the /<baseUrl>/ pathname under which your site is served
20
// For GitHub pages deployment, it is often '/<projectName>/'
21
- baseUrl: '/docs/',
+ baseUrl: '/',
22
23
// GitHub pages deployment config.
24
organizationName: 'cloudnative-pg',
@@ -163,4 +163,4 @@ const config: Config = {
163
} satisfies Preset.ThemeConfig,
164
};
165
166
-export default config;
+export default config;
0 commit comments