File tree Expand file tree Collapse file tree 3 files changed +12393
-2543
lines changed Expand file tree Collapse file tree 3 files changed +12393
-2543
lines changed Original file line number Diff line number Diff line change 4
4
// There are various equivalent ways to declare your Docusaurus config.
5
5
// See: https://docusaurus.io/docs/api/docusaurus-config
6
6
7
- import { themes as prismThemes } from 'prism-react-renderer' ;
7
+ import { themes as prismThemes } from 'prism-react-renderer'
8
+
9
+ const process = require ( 'node:process' ) ;
8
10
9
11
/** @type {import('@docusaurus/types').Config } */
10
12
const config = {
@@ -16,7 +18,7 @@ const config = {
16
18
url : 'https://UMLCloudComputing.github.io' ,
17
19
// Set the /<baseUrl>/ pathname under which your site is served
18
20
// For GitHub pages deployment, it is often '/<projectName>/'
19
- baseUrl : ' /',
21
+ baseUrl : process . env . IS_LOCAL ? '/' : '/UMLCloudComputing.github.io /',
20
22
21
23
// GitHub pages deployment config.
22
24
// If you aren't using GitHub pages, you don't need these.
You can’t perform that action at this time.
0 commit comments