Skip to content

Commit 37339a4

Browse files
committed
chore(config): configure deployment for livecontainer.github.io
1 parent bca94bc commit 37339a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ const config = {
1111
favicon: 'img/favicon.ico',
1212

1313
// Set the production url of your site here
14-
url: 'https://boa-z.github.io',
14+
url: 'https://livecontainer.github.io',
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployments, it is often '/<projectName>/'
17-
baseUrl: '/LiveContainer-Docs/',
17+
baseUrl: '/',
1818
trailingSlash: false,
1919

2020
// GitHub pages deployment config.
2121
// If you aren't using GitHub pages, you don't need these.
22-
organizationName: 'khanhduytran0', // Usually your GitHub org/user name.
23-
projectName: 'LiveContainer', // Usually your repo name.
22+
organizationName: 'livecontainer', // Usually your GitHub org/user name.
23+
projectName: 'livecontainer.github.io', // Usually your repo name.
2424

2525
// onBrokenLinks: 'throw',
2626
onBrokenLinks: 'warn',

0 commit comments

Comments
 (0)