File tree Expand file tree Collapse file tree 3 files changed +3
-76
lines changed Expand file tree Collapse file tree 3 files changed +3
-76
lines changed Original file line number Diff line number Diff line change @@ -61,16 +61,16 @@ module.exports = {
6161 docs : {
6262 // It is recommended to set document id as docs home page (`docs/` path).
6363 homePageId : 'doc1' ,
64+ //routeBasePath: '/',
6465 sidebarPath : require . resolve ( './sidebars.js' ) ,
6566 // Please change this to your repo.
6667 editUrl :
6768 'https://github.com/leapfrogtechnology/coding-guidelines/tree/develop/' ,
6869 } ,
6970 blog : {
7071 showReadingTime : true ,
71- // Please change this to your repo.
72- editUrl :
73- 'https://github.com/facebook/docusaurus/edit/master/website/blog/' ,
72+ routeBasePath : '/' ,
73+ editUrl : 'https://github.com/facebook/docusaurus/edit/master/website/blog/' ,
7474 } ,
7575 theme : {
7676 customCss : require . resolve ( './src/css/custom.css' ) ,
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments