Skip to content

Commit 286d5f0

Browse files
committed
Update config for dev-rebase organization GitHub Pages
1 parent 9779f1c commit 286d5f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ const config = {
2020
},
2121

2222
// Set the production url of your site here
23-
url: 'https://ghanem-mhd.github.io',
23+
url: 'https://dev-rebase.github.io',
2424
// Set the /<baseUrl>/ pathname under which your site is served
25-
// For GitHub pages deployment, it is often '/<projectName>/'
26-
baseUrl: '/dev-rebase/',
25+
// For organization sites, this should be '/'
26+
baseUrl: '/',
2727

2828
// GitHub Pages adds a trailing slash to Docusaurus URLs by default.
2929
// It is recommended to set a "trailingSlash" config to avoid problems.
3030
trailingSlash: false,
3131

3232
// GitHub pages deployment config.
3333
// If you aren't using GitHub pages, you don't need these.
34-
organizationName: 'ghanem-mhd', // Usually your GitHub org/user name.
35-
projectName: 'dev-rebase', // Usually your repo name.
34+
organizationName: 'dev-rebase', // Usually your GitHub org/user name.
35+
projectName: 'dev-rebase.github.io', // Usually your repo name.
3636

3737
onBrokenLinks: 'throw',
3838
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)