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 d9b2e62 commit 0c82459Copy full SHA for 0c82459
docusaurus.config.ts
@@ -17,7 +17,7 @@ const config: Config = {
17
},
18
19
// Set the production url of your site here
20
- url: 'https://galio.io',
+ url: 'https://galio-org.github.io',
21
// Set the /<baseUrl>/ pathname under which your site is served
22
// For GitHub pages deployment, it is often '/<projectName>/'
23
baseUrl: '/',
@@ -26,6 +26,7 @@ const config: Config = {
26
// If you aren't using GitHub pages, you don't need these.
27
organizationName: 'galio-org',
28
projectName: 'galio-org.github.io',
29
+ deploymentBranch: 'gh-pages',
30
31
onBrokenLinks: 'throw',
32
onBrokenMarkdownLinks: 'warn',
0 commit comments