File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const config = {
1515 url : 'https://virtualcoffee.io' ,
1616 // Set the /<baseUrl>/ pathname under which your site is served
1717 // For GitHub pages deployment, it is often '/<projectName>/'
18- baseUrl : '/docs/ ' ,
18+ baseUrl : '/' ,
1919
2020 // GitHub pages deployment config.
2121 // If you aren't using GitHub pages, you don't need these.
@@ -39,7 +39,7 @@ const config = {
3939 /** @type {import('@docusaurus/preset-classic').Options } */
4040 ( {
4141 docs : {
42- routeBasePath : '/' ,
42+ routeBasePath : '/docs ' ,
4343 sidebarPath : './sidebars.js' ,
4444 // Make editUrl dynamic
4545 // Remove this to remove the "edit this page" links.
@@ -67,6 +67,7 @@ const config = {
6767 logo : {
6868 alt : 'Virtual Coffee' ,
6969 src : 'img/virtual-coffee-mug-circle-bordered.svg' ,
70+ href : 'https://virtualcoffee.io/docs' ,
7071 } ,
7172 items : [
7273 {
@@ -122,4 +123,4 @@ const config = {
122123 } ,
123124}
124125
125- export default config ;
126+ export default config
You can’t perform that action at this time.
0 commit comments