Skip to content

Commit 0c82459

Browse files
committed
Update docusaurus.config.ts
1 parent d9b2e62 commit 0c82459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config: Config = {
1717
},
1818

1919
// Set the production url of your site here
20-
url: 'https://galio.io',
20+
url: 'https://galio-org.github.io',
2121
// Set the /<baseUrl>/ pathname under which your site is served
2222
// For GitHub pages deployment, it is often '/<projectName>/'
2323
baseUrl: '/',
@@ -26,6 +26,7 @@ const config: Config = {
2626
// If you aren't using GitHub pages, you don't need these.
2727
organizationName: 'galio-org',
2828
projectName: 'galio-org.github.io',
29+
deploymentBranch: 'gh-pages',
2930

3031
onBrokenLinks: 'throw',
3132
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)