File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments