Skip to content

Commit 746cf2f

Browse files
authored
Update docusaurus.config.js (#4)
1 parent f46ac89 commit 746cf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config = {
1818
url: 'https://UMLCloudComputing.github.io',
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
21-
baseUrl: process.env.IS_LOCAL ? '/' : '/UMLCloudComputing.github.io/',
21+
baseUrl: process.env.IS_LOCAL ? '/UMLCloudComputing.github.io/' : '/',
2222

2323
// GitHub pages deployment config.
2424
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)