Skip to content

Commit f5f9107

Browse files
committed
Configure GitHub Pages deployment settings
1 parent d60b019 commit f5f9107

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docusaurus.config.js

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

2222
// Set the production url of your site here
23-
url: 'https://your-docusaurus-site.example.com',
23+
url: 'https://ghanem-mhd.github.io',
2424
// Set the /<baseUrl>/ pathname under which your site is served
2525
// For GitHub pages deployment, it is often '/<projectName>/'
26-
baseUrl: '/',
26+
baseUrl: '/dev-rebase/',
27+
28+
// GitHub Pages adds a trailing slash to Docusaurus URLs by default.
29+
// It is recommended to set a "trailingSlash" config to avoid problems.
30+
trailingSlash: false,
2731

2832
// GitHub pages deployment config.
2933
// If you aren't using GitHub pages, you don't need these.
30-
organizationName: 'facebook', // Usually your GitHub org/user name.
31-
projectName: 'docusaurus', // Usually your repo name.
34+
organizationName: 'ghanem-mhd', // Usually your GitHub org/user name.
35+
projectName: 'dev-rebase', // Usually your repo name.
3236

3337
onBrokenLinks: 'throw',
3438
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)