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 = {
61
61
docs : {
62
62
// It is recommended to set document id as docs home page (`docs/` path).
63
63
homePageId : 'doc1' ,
64
+ //routeBasePath: '/',
64
65
sidebarPath : require . resolve ( './sidebars.js' ) ,
65
66
// Please change this to your repo.
66
67
editUrl :
67
68
'https://github.com/leapfrogtechnology/coding-guidelines/tree/develop/' ,
68
69
} ,
69
70
blog : {
70
71
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/' ,
74
74
} ,
75
75
theme : {
76
76
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